mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00:00
Merge branch 'actions:main' into main
This commit is contained in:
@@ -24,7 +24,7 @@ export async function run() {
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user