We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341adaa commit 191e15fCopy full SHA for 191e15f
.github/workflows/verify-changelog-and-set-milestone.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: ChangeLog Entry Verifier and Milestone Setter
24
run: |
25
echo "################## STEP 1 ##################"
26
- echo "Get all labels from the PR"
+ echo "Get all labels from PR #${{ github.event.number }}"
27
mapfile -t labels < <(gh pr view ${{ github.event.number }} --json labels -q '.labels[].name')
28
IFS=','; echo "${labels[*]}"
29
for label in "${labels[@]}"; do
0 commit comments