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 9ec14ad commit 1a5d224Copy full SHA for 1a5d224
.github/workflows/label-pull-requests-all.yml
@@ -25,7 +25,11 @@ jobs:
25
env:
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
28
+ - name: Check Pull Requests
29
+ run: echo ${{ steps.find_all_open_prs.outputs.LIST_OPEN_ISSUES }}
30
+
31
- uses: actions/labeler@v5
32
with:
33
sync-labels: false
- 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