1
0
mirror of https://github.com/actions/labeler synced 2026-05-11 04:51:21 +02:00

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

View File

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