mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 10:39:50 +00:00
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
2
.github/workflows/backport-assistant.yml
vendored
2
.github/workflows/backport-assistant.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Run Backport Assistant for release branches
|
- name: Run Backport Assistant for release branches
|
||||||
run: |
|
run: |
|
||||||
backport-assistant backport -merge-method=squash -gh-automerge
|
backport-assistant backport -merge-method=squash
|
||||||
env:
|
env:
|
||||||
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
|
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+)"
|
||||||
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
|
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}.x"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user