ci: Fixed permission for pr-comment
This commit is contained in:
committed by
GitHub
parent
5ff88d82a1
commit
ee8d2bf175
@@ -8,13 +8,14 @@ on:
|
|||||||
- reopened
|
- reopened
|
||||||
- unlocked
|
- unlocked
|
||||||
|
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-comment:
|
pr-comment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user