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 f515934 commit ff43cb1Copy full SHA for ff43cb1
.github/workflows/stale_issues.yml
@@ -5,6 +5,10 @@ on:
5
schedule:
6
- cron: "0 0 * * *"
7
8
+permissions:
9
+ issues: write
10
+ pull-requests: write
11
+
12
jobs:
13
cleanup:
14
runs-on: ubuntu-latest
0 commit comments