chore: Update .github/workflows/stale.yml [skip ci]
GitHub committed
Jun 28, 2023 at 08:49 UTC
92f651fda94970043a3e1272de491756c0f42a5e
1 file changed
+5
-1
.github/workflows/stale.yml
+5
-1
@@ -2,7 +2,11 @@ name: Close and mark stale issue
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *'
5
+ - cron: '0 0 * * *'
6
+
7
+permissions:
8
+ issues: write
9
+ pull-requests: write
10
11
jobs:
12
stale: