Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

26 rader
751 B

  1. pull_request_rules:
  2. - name: Automatic merge on CI success and review
  3. conditions:
  4. - status-success=Sider
  5. - status-success=Semantic Pull Request
  6. - status-success=Travis CI - Pull Request
  7. - status-success=security/snyk (frappe)
  8. - label!=dont-merge
  9. - label!=squash
  10. - "#approved-reviews-by>=1"
  11. actions:
  12. merge:
  13. method: merge
  14. - name: Automatic squash on CI success and review
  15. conditions:
  16. - status-success=Sider
  17. - status-success=Semantic Pull Request
  18. - status-success=Travis CI - Pull Request
  19. - status-success=security/snyk (frappe)
  20. - label!=dont-merge
  21. - label=squash
  22. - "#approved-reviews-by>=1"
  23. actions:
  24. merge:
  25. method: squash