mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
ci: auto merge backports
This commit is contained in:
14
.mergify.yml
14
.mergify.yml
@@ -92,3 +92,17 @@ pull_request_rules:
|
|||||||
{{ title }} (#{{ number }})
|
{{ title }} (#{{ number }})
|
||||||
|
|
||||||
{{ body }}
|
{{ body }}
|
||||||
|
- name: Auto merge backports (safe)
|
||||||
|
conditions:
|
||||||
|
- label=auto-merge
|
||||||
|
- base~=^version-(15|16)-hotfix$
|
||||||
|
- -conflict
|
||||||
|
- status-success=Python Unit Tests (1)
|
||||||
|
- status-success=Python Unit Tests (2)
|
||||||
|
- status-success=Python Unit Tests (3)
|
||||||
|
- status-success=Python Unit Tests (4)
|
||||||
|
- status-success=linters
|
||||||
|
- status-success=semgrep
|
||||||
|
actions:
|
||||||
|
merge:
|
||||||
|
method: squash
|
||||||
Reference in New Issue
Block a user