Skip to content

Commit

Permalink
[github] switch bot to 1h period
Browse files Browse the repository at this point in the history
It will be able to handle 24 PR a day which sounds enough! And should save a bit of energy.
  • Loading branch information
3nids committed Jan 14, 2020
1 parent 94cb5f8 commit 18549fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-milestone.yml
Expand Up @@ -3,7 +3,7 @@ name: Auto set milestone on PR
# this job is scheduled to be run with proper rights
on:
schedule:
- cron: '*/5 * * * *'
- cron: '*/0 1 * * *'

env:
QGIS_MAJOR_VERSION: 3
Expand Down

0 comments on commit 18549fa

Please sign in to comment.