Skip to content

Commit fad4e14

Browse files
authored
MINOR: Add missing permission to milestone assignment bot (#673)
## What's Changed This step needs permissions to write to issues so we can set the milestone.
1 parent 17f85a1 commit fad4e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dev_pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,9 @@ jobs:
8080
if: '! github.event.pull_request.draft'
8181
env:
8282
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
permissions:
84+
contents: read
85+
issues: write
86+
pull-requests: write
8387
run: |
8488
./.github/workflows/dev_pr_milestone.sh "${GITHUB_REPOSITORY}" ${{ github.event.number }}

0 commit comments

Comments
 (0)