auto-merge: increase schedule interval

This commit is contained in:
Croydon
2020-11-21 18:09:51 +01:00
parent 7f051b4240
commit 287e90d637

View File

@@ -8,7 +8,7 @@ on:
check_suite:
types: [completed]
schedule:
- cron: "0,30 * * * *"
- cron: "0,15,30,45 * * * *"
name: "auto merge"