chore: Update .mergify.yml
This commit is contained in:
parent
155b28cf51
commit
a34a278e06
1 changed files with 17 additions and 11 deletions
28
.mergify.yml
28
.mergify.yml
|
|
@ -1,12 +1,15 @@
|
|||
pull_request_rules:
|
||||
- name: Automatic merge on CI success and review
|
||||
conditions:
|
||||
- check-success=Sider
|
||||
- check-success=Semantic Pull Request
|
||||
- check-success=Python Unit Tests (MariaDB)
|
||||
- check-success=Python Unit Tests (Postgres)
|
||||
- check-success=UI Tests (Cypress)
|
||||
- check-success=security/snyk (frappe)
|
||||
- status-success=Sider
|
||||
- status-success=Semantic Pull Request
|
||||
- status-success=Python Unit Tests (MariaDB) (1)
|
||||
- status-success=Python Unit Tests (MariaDB) (2)
|
||||
- status-success=Python Unit Tests (Postgres) (1)
|
||||
- status-success=Python Unit Tests (Postgres) (2)
|
||||
- status-success=UI Tests (Cypress) (1)
|
||||
- status-success=UI Tests (Cypress) (2)
|
||||
- status-success=security/snyk (frappe)
|
||||
- label!=dont-merge
|
||||
- label!=squash
|
||||
- "#approved-reviews-by>=1"
|
||||
|
|
@ -15,11 +18,14 @@ pull_request_rules:
|
|||
method: merge
|
||||
- name: Automatic squash on CI success and review
|
||||
conditions:
|
||||
- check-success=Sider
|
||||
- check-success=Python Unit Tests (MariaDB)
|
||||
- check-success=Python Unit Tests (Postgres)
|
||||
- check-success=UI Tests (Cypress)
|
||||
- check-success=security/snyk (frappe)
|
||||
- status-success=Sider
|
||||
- status-success=Python Unit Tests (MariaDB) (1)
|
||||
- status-success=Python Unit Tests (MariaDB) (2)
|
||||
- status-success=Python Unit Tests (Postgres) (1)
|
||||
- status-success=Python Unit Tests (Postgres) (2)
|
||||
- status-success=UI Tests (Cypress) (1)
|
||||
- status-success=UI Tests (Cypress) (2)
|
||||
- status-success=security/snyk (frappe)
|
||||
- label!=dont-merge
|
||||
- label=squash
|
||||
- "#approved-reviews-by>=1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue