We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566d7db commit f44cc9bCopy full SHA for f44cc9b
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