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:
|
pull_request_rules:
|
||||||
- name: Automatic merge on CI success and review
|
- name: Automatic merge on CI success and review
|
||||||
conditions:
|
conditions:
|
||||||
- check-success=Sider
|
- status-success=Sider
|
||||||
- check-success=Semantic Pull Request
|
- status-success=Semantic Pull Request
|
||||||
- check-success=Python Unit Tests (MariaDB)
|
- status-success=Python Unit Tests (MariaDB) (1)
|
||||||
- check-success=Python Unit Tests (Postgres)
|
- status-success=Python Unit Tests (MariaDB) (2)
|
||||||
- check-success=UI Tests (Cypress)
|
- status-success=Python Unit Tests (Postgres) (1)
|
||||||
- check-success=security/snyk (frappe)
|
- 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!=dont-merge
|
||||||
- label!=squash
|
- label!=squash
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
|
@ -15,11 +18,14 @@ pull_request_rules:
|
||||||
method: merge
|
method: merge
|
||||||
- name: Automatic squash on CI success and review
|
- name: Automatic squash on CI success and review
|
||||||
conditions:
|
conditions:
|
||||||
- check-success=Sider
|
- status-success=Sider
|
||||||
- check-success=Python Unit Tests (MariaDB)
|
- status-success=Python Unit Tests (MariaDB) (1)
|
||||||
- check-success=Python Unit Tests (Postgres)
|
- status-success=Python Unit Tests (MariaDB) (2)
|
||||||
- check-success=UI Tests (Cypress)
|
- status-success=Python Unit Tests (Postgres) (1)
|
||||||
- check-success=security/snyk (frappe)
|
- 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!=dont-merge
|
||||||
- label=squash
|
- label=squash
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue