Kaynağa Gözat

Mergify backport v2.2 (#4897)

Update mergify config for v2.2 backport label
Will Hickey 9 ay önce
ebeveyn
işleme
c0c0a6fa90
1 değiştirilmiş dosya ile 16 ekleme ve 16 silme
  1. 16 16
      .mergify.yml

+ 16 - 16
.mergify.yml

@@ -104,9 +104,9 @@ pull_request_rules:
           - automerge
           - automerge
       comment:
       comment:
         message: automerge label removed due to a CI failure
         message: automerge label removed due to a CI failure
-  - name: v2.0 feature-gate backport
+  - name: v2.1 feature-gate backport
     conditions:
     conditions:
-      - label=v2.0
+      - label=v2.1
       - label=feature-gate
       - label=feature-gate
     actions:
     actions:
       backport:
       backport:
@@ -117,10 +117,10 @@ pull_request_rules:
         labels:
         labels:
           - feature-gate
           - feature-gate
         branches:
         branches:
-          - v2.0
-  - name: v2.0 non-feature-gate backport
+          - v2.1
+  - name: v2.1 non-feature-gate backport
     conditions:
     conditions:
-      - label=v2.0
+      - label=v2.1
       - label!=feature-gate
       - label!=feature-gate
     actions:
     actions:
       backport:
       backport:
@@ -128,10 +128,10 @@ pull_request_rules:
         title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
         title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
         ignore_conflicts: true
         ignore_conflicts: true
         branches:
         branches:
-          - v2.0
-  - name: v2.0 backport warning comment
+          - v2.1
+  - name: v2.1 backport warning comment
     conditions:
     conditions:
-      - label=v2.0
+      - label=v2.1
     actions:
     actions:
       comment:
       comment:
         message: >
         message: >
@@ -142,9 +142,9 @@ pull_request_rules:
           refactoring, plumbing, cleanup, etc that are not strictly
           refactoring, plumbing, cleanup, etc that are not strictly
           necessary to achieve the goal. Any of the latter should go only
           necessary to achieve the goal. Any of the latter should go only
           into master and ride the normal stabilization schedule.
           into master and ride the normal stabilization schedule.
-  - name: v2.1 feature-gate backport
+  - name: v2.2 feature-gate backport
     conditions:
     conditions:
-      - label=v2.1
+      - label=v2.2
       - label=feature-gate
       - label=feature-gate
     actions:
     actions:
       backport:
       backport:
@@ -154,10 +154,10 @@ pull_request_rules:
         labels:
         labels:
           - feature-gate
           - feature-gate
         branches:
         branches:
-          - v2.1
-  - name: v2.1 non-feature-gate backport
+          - v2.2
+  - name: v2.2 non-feature-gate backport
     conditions:
     conditions:
-      - label=v2.1
+      - label=v2.2
       - label!=feature-gate
       - label!=feature-gate
     actions:
     actions:
       backport:
       backport:
@@ -165,10 +165,10 @@ pull_request_rules:
         title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
         title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
         ignore_conflicts: true
         ignore_conflicts: true
         branches:
         branches:
-          - v2.1
-  - name: v2.1 backport warning comment
+          - v2.2
+  - name: v2.2 backport warning comment
     conditions:
     conditions:
-      - label=v2.1
+      - label=v2.2
     actions:
     actions:
       comment:
       comment:
         message: >
         message: >