Skip to content

Commit fcc5d46

Browse files
authored
Update .github/workflows/check-backport-labels.yml
1 parent e116cc3 commit fcc5d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-backport-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "::endgroup::"
8080
8181
if [ "${has_backport_label}" != true ]; then
82-
echo "::error::No backport label found."
82+
echo "::error::No backport label found. Please add at least one of the 'backport {x}.{x}' labels or 'skip-backport', if this PR should not be backported."
8383
exit 1
8484
fi
8585

0 commit comments

Comments
 (0)