We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a17f94 + e28d4cb commit 0b7f83eCopy full SHA for 0b7f83e
.github/policies/resourceManagement.yml
@@ -183,7 +183,7 @@ configuration:
183
- if:
184
- payloadType: Pull_Request
185
- targetsBranch:
186
- branch: main
+ branch: release/9.0
187
- and:
188
- isAction:
189
action: Closed
@@ -194,7 +194,7 @@ configuration:
194
isRegex: False
195
then:
196
- addMilestone:
197
- milestone: 9.0 RC2
+ milestone: 9.0.2
198
description: Apply milestone to PRs on the main branch
199
triggerOnOwnActions: true
200
0 commit comments