Skip to content

Commit e1c573d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into GH-774
2 parents 5d94d5a + fad4e14 commit e1c573d

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)