mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
[skip ci] Configure Mergify to automatically merge translations PR every week
This commit is contained in:
parent
d1be221d7a
commit
11c61d42dc
1 changed files with 9 additions and 0 deletions
9
.github/mergify.yml
vendored
Normal file
9
.github/mergify.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
pull_request_rules:
|
||||
- name: Automatically merge translations
|
||||
conditions:
|
||||
- "author=weblate"
|
||||
- "-conflict"
|
||||
- "current-day-of-week=Sat"
|
||||
actions:
|
||||
merge:
|
||||
method: squash
|
Loading…
Reference in a new issue