File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99permissions :
1010 actions : read
11- contents : read
12- pull-requests : write
13- issues : write
14-
15- env :
16- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
1711
1812jobs :
1913 fetch-metadata :
2014 runs-on : ubuntu-latest
2115 if : github.event.workflow_run.conclusion == 'success'
16+ permissions :
17+ actions : read
2218 outputs :
2319 pr_number : ${{ steps.metadata.outputs.pr_number }}
2420 steps :
2521 - name : Download PR metadata
2622 id : download
27- uses : actions/download-artifact@v4
23+ uses : actions/download-artifact@v8
2824 with :
2925 name : changelog-metadata
3026 github-token : ${{ secrets.GITHUB_TOKEN }}
4541 changelog :
4642 needs : fetch-metadata
4743 if : needs.fetch-metadata.outputs.pr_number != ''
44+ permissions :
45+ contents : read
46+ pull-requests : write
47+ issues : write
4848 uses : openwisp/openwisp-utils/.github/workflows/reusable-bot-changelog.yml@master
4949 with :
5050 pr_number : ${{ needs.fetch-metadata.outputs.pr_number }}
Original file line number Diff line number Diff line change 44 pull_request_review :
55 types : [submitted]
66
7- env :
8- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
7+ permissions : {}
98
109jobs :
1110 check :
3332
3433 - name : Upload PR metadata
3534 if : steps.check.outputs.has_noteworthy == 'true'
36- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v7
3736 with :
3837 name : changelog-metadata
3938 path : pr_number
You can’t perform that action at this time.
0 commit comments