Fixes the labeler (#9464)

This commit is contained in:
Amir Omidi
2020-03-05 17:13:11 -08:00
committed by GitHub
parent d363bfb0da
commit c6447d3280
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
import { Toolkit } from 'actions-toolkit';
const tools = new Toolkit({
event: 'issue_comment',
event: 'pull_request',
secrets: ['GITHUB_TOKEN']
});