mirror of https://github.com/status-im/consul.git
do not auto merge backports (#19694)
do not auto merge backport as there is a bug in backport assistant that could merge the entire main into release branches.
This commit is contained in:
parent
5d7b1170af
commit
d7323ca22c
|
@ -23,7 +23,7 @@ jobs:
|
|||
steps:
|
||||
- name: Run Backport Assistant for release branches
|
||||
run: |
|
||||
backport-assistant backport -merge-method=squash -gh-automerge
|
||||
backport-assistant backport -merge-method=squash
|
||||
env:
|
||||
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
|
||||
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
|
||||
|
|
Loading…
Reference in New Issue