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

@@ -7863,7 +7863,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
Object.defineProperty(exports, "__esModule", { value: true });
const actions_toolkit_1 = __webpack_require__(461);
const tools = new actions_toolkit_1.Toolkit({
event: 'issue_comment',
event: 'pull_request',
secrets: ['GITHUB_TOKEN']
});
const label = tools.inputs.label || 'Port Request';