Skip to content

Commit c647536

Browse files
ayushr2gvisor-bot
authored andcommitted
Grant issue write permissions to the issue reviver workflow.
The `issue_reviver` job requires write access to issues to be able to reopen them. PiperOrigin-RevId: 800131706
1 parent 1197de6 commit c647536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue_reviver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ name: "Issue reviver"
88
jobs:
99
issue_reviver:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
issues: write
1113
steps:
1214
- uses: actions/checkout@v5
1315
if: github.repository == 'google/gvisor'

0 commit comments

Comments
 (0)