.mergify.yml 375 B

1234567891011121314151617
  1. pull_request_rules:
  2. - name: Automatic merge when the pull request has been approved.
  3. conditions:
  4. - base=main
  5. - "#approved-reviews-by>=2"
  6. actions:
  7. merge:
  8. method: squash
  9. - name: Automatic merge when the pull request is made by SeMiD.
  10. conditions:
  11. - base=main
  12. - author=SeMiD
  13. actions:
  14. merge:
  15. method: squash