mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +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 }})
|
||||
|
||||
{{ 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