Skip to content

Commit 5ed3c64

Browse files
authored
Adding workflow dispatch trigger
1 parent ca087f2 commit 5ed3c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale_issues_and_prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '30 1 * * *'
5+
workflow_dispatch:
56

67
jobs:
78
stale:

0 commit comments

Comments
 (0)