Merge branch 'actions:main' into main

This commit is contained in:
Josh Dales
2023-03-18 16:44:40 -04:00
committed by GitHub
18 changed files with 2255 additions and 35 deletions

2
dist/index.js vendored
View File

@@ -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);