Skip to content

Commit 9bd7d02

Browse files
committed
Display current labels
1 parent 74c1794 commit 9bd7d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
- name: "Check backport label"
1717
if: "!contains(github.event.pull_request.labels.*.name, 'backport')"
1818
run: |
19-
echo "Please apply a backport label, or "skip-backport" if not backport is needed"
19+
echo "Please apply a backport label, or "skip-backport" if no backport is needed"
20+
echo "Current labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}"
2021
false

0 commit comments

Comments
 (0)