We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70bf9 commit 9937c84Copy full SHA for 9937c84
.github/workflows/cron-stale.yaml
@@ -2,6 +2,7 @@ name: Close stale issues and PR(s)
2
on:
3
schedule:
4
- cron: '30 1 * * *'
5
+ workflow_dispatch:
6
7
permissions: read-all
8
0 commit comments