mergify.yml 253 B

12345678910
  1. #pull_request_rules:
  2. # - name: Automatically merge translations
  3. # conditions:
  4. # - "author = weblate"
  5. # - "-conflict"
  6. # - "current-day-of-week = Sat"
  7. # - "created-at < 1 day ago"
  8. # actions:
  9. # merge:
  10. # method: squash