Jelajahi Sumber

Update mergify config (#7652)

- remove actions on obsolete branch
- add actions on new beta branch
Mircea Colonescu 3 bulan lalu
induk
melakukan
cf2b1d6d56
1 mengubah file dengan 16 tambahan dan 16 penghapusan
  1. 16 16
      .mergify.yml

+ 16 - 16
.mergify.yml

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