Skip to content

Commit f7680d9

Browse files
committed
Give the stale action "actions: write" permission to save its state
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 32fb13a commit f7680d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-actions-stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
issues: write
1515
# Required to label and close stale pull requests.
1616
pull-requests: write
17+
# Required to save state between runs
18+
actions: write
1719

1820
steps:
1921
- uses: actions/stale@v10

0 commit comments

Comments
 (0)