2022-05-29 23:16:46 +02:00
|
|
|
pull_request_rules:
|
|
|
|
- name: Automatically merge translations
|
|
|
|
conditions:
|
2022-06-04 03:09:17 +02:00
|
|
|
- "author = weblate"
|
2022-05-29 23:16:46 +02:00
|
|
|
- "-conflict"
|
2022-06-04 03:09:17 +02:00
|
|
|
- "current-day-of-week = Sat"
|
2022-06-04 15:26:17 +02:00
|
|
|
- "created-at < 1 day ago"
|
2022-05-29 23:16:46 +02:00
|
|
|
actions:
|
|
|
|
merge:
|
|
|
|
method: squash
|