We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e4ae4 commit eb27ef3Copy full SHA for eb27ef3
1 file changed
.github/workflows/dev_pr.yml
@@ -80,5 +80,9 @@ jobs:
80
if: '! github.event.pull_request.draft'
81
env:
82
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
+ permissions:
84
+ contents: read
85
+ issues: write
86
+ pull-requests: write
87
run: |
88
./.github/workflows/dev_pr_milestone.sh "${GITHUB_REPOSITORY}" ${{ github.event.number }}
0 commit comments