Skip to content

Commit 4415065

Browse files
Enable manual dispatch for close stale PRs workflow (#1601)
Add manual dispatch option for closing stale PRs workflow. NO_CHANGELOG=true
1 parent cbaf2a5 commit 4415065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/close-stale-prs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Close stale PRs
22

33
on:
4+
workflow_dispatch:
5+
# No inputs are required for the manual dispatch.
6+
47
schedule:
58
- cron: '0 0 * * *'
69

0 commit comments

Comments
 (0)