mergify.yml 206 B

123456789
  1. pull_request_rules:
  2. - name: Automatically merge translations
  3. conditions:
  4. - "author=weblate"
  5. - "-conflict"
  6. - "current-day-of-week=Sat"
  7. actions:
  8. merge:
  9. method: squash