diff --git a/ci/github-script/reviewers.js b/ci/github-script/reviewers.js index 81ad151264a1..2ac0d346f369 100644 --- a/ci/github-script/reviewers.js +++ b/ci/github-script/reviewers.js @@ -55,7 +55,7 @@ async function handleReviewers({ return username } catch (e) { if (e.status !== 404) throw e - core.warn( + core.warning( `PR #${pull_number}: User ${username} cannot be requested for review because they don't exist or are not a repository collaborator, ignoring. They probably missed the automated invite to the maintainers team (see ).`, ) }