File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ jobs:
2020 - run : |
2121 listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq 'map(.number | tostring)')"
2222
23- echo 'LIST_OPEN_ISSUES='$listOpenIssues >> $GITHUB_ENV
23+ echo "LIST_OPEN_ISSUES=$listOpenIssues\n" >> $GITHUB_OUTPUT
24+ id: find_all_open_prs
2425 env:
2526 GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
2728 - uses : actions/labeler@v5
2829 with :
29- sync-labels : true
30- pr-number : " $ LIST_OPEN_ISSUES"
30+ sync-labels : false
31+ pr-number : ${{ steps.find_all_open_prs.outputs. LIST_OPEN_ISSUES }}
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/labeler@v5
1717 with :
18- sync-labels : true
18+ sync-labels : false
You can’t perform that action at this time.
0 commit comments