Skip to content

Commit 1a5d224

Browse files
committed
CI: Try to use PR numbers as multi line comment
1 parent 9ec14ad commit 1a5d224

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/label-pull-requests-all.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
28+
- name: Check Pull Requests
29+
run: echo ${{ steps.find_all_open_prs.outputs.LIST_OPEN_ISSUES }}
30+
2831
- uses: actions/labeler@v5
2932
with:
3033
sync-labels: false
31-
pr-number: ${{ steps.find_all_open_prs.outputs.LIST_OPEN_ISSUES }}
34+
pr-number: |
35+
${{ steps.find_all_open_prs.outputs.LIST_OPEN_ISSUES }}

0 commit comments

Comments
 (0)