Skip to content

Commit 86d2996

Browse files
authored
Try to fix scheduled workflow (#664)
This workflow isn't running automatically. This might be because I added a manual workflow_dispatch option when I introduced it. Try removing it and putting it back to nightly to see if it runs.
1 parent f248bae commit 86d2996

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/close_stale_issues_and_prs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: 'Close stale issues and PRs'
22
on:
33
schedule:
4-
- cron: '0 * * * *'
5-
workflow_dispatch:
4+
- cron: '0 3 * * *'
65

76
permissions:
87
actions: write
@@ -23,4 +22,4 @@ jobs:
2322
days-before-issue-stale: 90
2423
days-before-pr-stale: 30
2524
days-before-issue-close: 7
26-
days-before-pr-close: 7
25+
days-before-pr-close: 7

0 commit comments

Comments
 (0)