Skip to content

Commit c7a8bbf

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 4fd5b17 commit c7a8bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Mark stale pull requests
22

3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
37
on:
48
schedule:
59
- cron: "0 */6 * * *"

0 commit comments

Comments
 (0)