We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb5fc7 commit d9e5447Copy full SHA for d9e5447
1 file changed
.github/workflows/backport.yml
@@ -287,4 +287,6 @@ jobs:
287
288
if gh label list --repo "${PR_REPO}" --json name --jq '[.[].name] | contains(["Auto-backport"])' | grep -q 'true'; then
289
gh pr edit "$PR_URL" --repo "${PR_REPO}" --add-label 'Auto-backport'
290
+ else
291
+ echo "::notice::The 'Auto-backport' label does not exist on ${PR_REPO}. Consider adding it so that backport pull requests can be identified easily."
292
fi
0 commit comments