Skip to content

Commit 53dc683

Browse files
authored
Update stale.yml
A change in permissions policy for GitHub actions within Microsoft's GitHub Enterprise requires that this permission block be added to the Stalebot config file.
1 parent 19b95b1 commit 53dc683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
stale:
99

1010
runs-on: ubuntu-latest
11+
permissions:
12+
issues: write
13+
pull-requests: write
1114

1215
steps:
1316
- uses: actions/stale@v4

0 commit comments

Comments
 (0)