mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Merge branch 'actions:main' into main
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -153,7 +153,7 @@ function run() {
|
||||
const syncLabels = !!core.getInput('sync-labels', { required: false });
|
||||
const prNumber = getPrNumber();
|
||||
if (!prNumber) {
|
||||
console.log('Could not get pull request number from context, exiting');
|
||||
core.info('Could not get pull request number from context, exiting');
|
||||
return;
|
||||
}
|
||||
const client = github.getOctokit(token);
|
||||
|
||||
Reference in New Issue
Block a user