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.
1 parent f1edf00 commit e28d4cbCopy full SHA for e28d4cb
.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