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 3917b0e commit fba87a6Copy full SHA for fba87a6
.github/workflows/check-backport-labels.yml
@@ -16,5 +16,5 @@ jobs:
16
- name: "Check backport label"
17
if: "!contains(github.event.pull_request.labels.*.name, 'backport')"
18
run: |
19
- echo "Please apply a backport label, or `skip-backport` if not backport is needed
+ echo "Please apply a backport label, or `skip-backport` if not backport is needed"
20
false
0 commit comments