We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a5c5a commit 9ad91c7Copy full SHA for 9ad91c7
.github/workflows/stale.yml
@@ -1,8 +1,9 @@
1
name: 'Close stale issues and PRs'
2
on:
3
-schedule:
4
- - cron: '0 0 * * *'
+ schedule:
+ - cron: '0 0 * * *'
5
workflow_dispatch:
6
+
7
permissions:
8
contents: write # only for delete-branch option
9
issues: write
0 commit comments