We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb671e commit 4dc5960Copy full SHA for 4dc5960
.github/workflows/check-backport-labels.yml
@@ -82,8 +82,8 @@ jobs:
82
echo "::endgroup::"
83
84
if [ "${has_exact_backport_label}" != true ]; then
85
- echo "::error::No exact backport label found. Please add at least one of the "\
86
- "'backport {major}.{minor}' labels or use 'skip-backport', "\
+ echo "::error::No exact backport label found. Please add at least one of the"\
+ "'backport {major}.{minor}' labels or use 'skip-backport',"\
87
"if this PR should not be backported."
88
exit 1
89
fi
0 commit comments