mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 05:05:38 +03:00
[skip ci] Adjust merge criteria for translation PRs
This commit is contained in:
parent
a3a85ea49f
commit
20de02dffb
1 changed files with 3 additions and 2 deletions
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
|
@ -1,9 +1,10 @@
|
|||
pull_request_rules:
|
||||
- name: Automatically merge translations
|
||||
conditions:
|
||||
- "author=weblate"
|
||||
- "author = weblate"
|
||||
- "-conflict"
|
||||
- "current-day-of-week=Sat"
|
||||
- "current-day-of-week = Sat"
|
||||
- "created-at >= 1 day ago"
|
||||
actions:
|
||||
merge:
|
||||
method: squash
|
Loading…
Reference in a new issue