Skip to content

Commit a10bdb9

Browse files
Watson1978kenhys
authored andcommitted
CI: fix permission for stale action
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 574e26b commit a10bdb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stale-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
stale:
88
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
pull-requests: write
912
steps:
1013
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1114
with:

0 commit comments

Comments
 (0)