diff options
| author | Jack Koenig | 2023-03-15 11:47:51 -0700 |
|---|---|---|
| committer | Jack Koenig | 2023-03-15 11:47:51 -0700 |
| commit | 7ea85f12f2f1780329787db4d6588f14c6ba069f (patch) | |
| tree | 4d1508f377759460b097d23a533984c8ad7c3bfa /.mergify.yml | |
| parent | 1144676e498141a554b40bc0cc5a1f551e7a0aa9 (diff) | |
Prepare Mergify for changing the default branch to 1.6.x
Diffstat (limited to '.mergify.yml')
| -rw-r--r-- | .mergify.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.mergify.yml b/.mergify.yml index 89f935ff..d44ac038 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,7 +8,7 @@ pull_request_rules: - status-success=all tests passed - '#approved-reviews-by>=1' - '#changes-requested-reviews-by=0' - - base=master + - base=1.6.x - label="Please Merge" - label!="DO NOT MERGE" - label!="bp-conflict" @@ -20,7 +20,7 @@ pull_request_rules: - name: backport to 1.5.x conditions: - merged - - base=master + - base=1.6.x - milestone=1.5.x actions: backport: @@ -36,7 +36,7 @@ pull_request_rules: - name: backport to 1.4.x, 1.5.x conditions: - merged - - base=master + - base=1.6.x - milestone=1.4.x actions: backport: @@ -53,7 +53,7 @@ pull_request_rules: - name: backport to 1.3.x, 1.4.x, 1.5.x conditions: - merged - - base=master + - base=1.6.x - milestone=1.3.x actions: backport: |
