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 cbaf2a5 commit 4415065Copy full SHA for 4415065
1 file changed
.github/workflows/close-stale-prs.yml
@@ -1,6 +1,9 @@
1
name: Close stale PRs
2
3
on:
4
+ workflow_dispatch:
5
+ # No inputs are required for the manual dispatch.
6
+
7
schedule:
8
- cron: '0 0 * * *'
9
0 commit comments