We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca087f2 commit 5ed3c64Copy full SHA for 5ed3c64
.github/workflows/stale_issues_and_prs.yml
@@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- cron: '30 1 * * *'
5
+ workflow_dispatch:
6
7
jobs:
8
stale:
0 commit comments