Skip to content

Commit 21ed8fc

Browse files
authored
Merge pull request qgis#59360 from DelazJ/milestonePermissions
Set appropriate permissions to called workflow
2 parents b033b2d + 70ce041 commit 21ed8fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-needs-documentation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( github.event.pull_request.labels.*.name, 'Needs Documentation') ) || github.event.label.name == 'Needs Documentation' )
8181
# Update the milestone (if necessary)
8282
name: Update final milestone
83+
permissions:
84+
issues: write
85+
pull-requests: write
8386
uses: ./.github/workflows/pr-auto-milestone.yml
8487

8588
create-doc-issue:

0 commit comments

Comments
 (0)