Jelajahi Sumber

Update milestones for rc2/rtm (#57906)

William Godbe 1 tahun lalu
induk
melakukan
29c1b5f46c
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      .github/policies/resourceManagement.yml

+ 4 - 4
.github/policies/resourceManagement.yml

@@ -384,12 +384,12 @@ configuration:
       - isAction:
           action: Closed
       - targetsBranch:
-          branch: release/9.0-rc1
+          branch: release/9.0-rc2
       then:
       - removeMilestone
       - addMilestone:
-          milestone: 9.0-rc1
-      description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc1 branch'
+          milestone: 9.0-rc2
+      description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-rc2 branch'
     - if:
       - payloadType: Pull_Request
       - isAction:
@@ -399,7 +399,7 @@ configuration:
       then:
       - removeMilestone
       - addMilestone:
-          milestone: 9.0-rc2
+          milestone: 9.0.0
       description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
     - if:
       - payloadType: Issues