Skip to content

Commit 9a710b1

Browse files
authored
chore: do not run schedule: stale issues every half an hour but every… (#2249)
…… (#2248) … day at 8:30 AM
1 parent 242472c commit 9a710b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule_stals_issues.yml renamed to .github/workflows/schedule_stale_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
schedule:
18-
- cron: '30 * * * *' # This workflow will run every hour at half past the hour
18+
- cron: '30 8 * * *' # This workflow will run every day at 8:30 AM
1919

2020
permissions:
2121
issues: write

0 commit comments

Comments
 (0)