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 a5633b9 commit f42abcdCopy full SHA for f42abcd
.github/workflows/monitor-org-bot-prs.yml
@@ -2,8 +2,8 @@ name: Monitor Organization Bot PRs
2
3
on:
4
schedule:
5
- # Run every 6 hours
6
- - cron: '0 */6 * * *'
+ # Run every day at midnight UTC
+ - cron: '0 0 * * *'
7
workflow_dispatch:
8
inputs:
9
target_repo:
0 commit comments