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