diff options
| -rw-r--r-- | .mergify.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.mergify.yml b/.mergify.yml index 38d5ad17..d3534b36 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -22,6 +22,8 @@ pull_request_rules: backport: branches: - 3.4.x + labels: + - Backport ignore_conflicts: true label_conflicts: bp-conflict label: @@ -37,6 +39,8 @@ pull_request_rules: branches: - 3.3.x - 3.4.x + labels: + - Backport ignore_conflicts: true label_conflicts: bp-conflict label: @@ -53,18 +57,13 @@ pull_request_rules: - 3.2.x - 3.3.x - 3.4.x + labels: + - Backport ignore_conflicts: true label_conflicts: bp-conflict label: add: - Backported -- name: label Mergify backport PR - conditions: - - title~=\(bp \#\d+\) - actions: - label: - add: - - Backport - name: automatic squash-and-mege of 3.2.x backport PRs conditions: - status-success=all tests passed |
