We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b658042 commit 26b5cd3Copy full SHA for 26b5cd3
1 file changed
.github/workflows/stale.yml
@@ -2,7 +2,11 @@ name: Close and mark stale issue
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *'
+ - cron: '0 0 * * *'
6
+
7
+permissions:
8
+ issues: write
9
+ pull-requests: write
10
11
jobs:
12
stale:
0 commit comments