File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
published_packages : ${{ steps.changesets.outputs.publishedPackages }}
23
23
published : ${{ steps.changesets.outputs.published }}
24
24
permissions :
25
+ contents : write # enable pushing changes to the origin
25
26
id-token : write # enable generation of an ID token for publishing
27
+ pull-requests : write # enable opening a PR for the release
26
28
steps :
27
29
- name : ⬇️ Checkout repo
28
30
uses : actions/checkout@v4
99
101
name : 📝 Comment on related issues and pull requests
100
102
if : github.repository == 'remix-run/react-router' && github.ref_name != 'release-v6' && needs.find_package_version.outputs.package_version != ''
101
103
needs : [release, find_package_version]
104
+ permissions :
105
+ issues : write # enable commenting on released issues
106
+ pull-requests : write # enable commenting on released pull requests
102
107
uses : ./.github/workflows/release-comments.yml
You can’t perform that action at this time.
0 commit comments