mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
ci: auto merge backports (#54701)
* ci: auto merge backports
* ci: add github action to propogate auto-merge label
(cherry picked from commit 032a282f84)
This commit is contained in:
15
.mergify.yml
15
.mergify.yml
@@ -92,3 +92,18 @@ 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
|
||||
- status-success=Patch Test
|
||||
actions:
|
||||
merge:
|
||||
method: squash
|
||||
Reference in New Issue
Block a user