We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b5c6a commit 9ee9ad5Copy full SHA for 9ee9ad5
1 file changed
.github/workflows/stale.yml
@@ -3,6 +3,11 @@ on:
3
schedule:
4
- cron: '30 1 * * *'
5
6
+
7
+permissions:
8
+ issues: write
9
+ pull-requests: write
10
11
jobs:
12
stale:
13
runs-on: ubuntu-latest
0 commit comments