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 a4a9a3b commit 9551521Copy full SHA for 9551521
.github/policies/resourceManagement.yml
@@ -441,18 +441,18 @@ configuration:
441
branch: main
442
then:
443
- addMilestone:
444
- milestone: 10.0-preview7
+ milestone: 10.0-rc1
445
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
446
- if:
447
- payloadType: Pull_Request
448
- isAction:
449
action: Closed
450
- targetsBranch:
451
- branch: release/10.0-preview6
+ branch: release/10.0-preview7
452
453
- removeMilestone
454
455
- milestone: 10.0-preview6
+ milestone: 10.0-preview7
456
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
457
458
- payloadType: Issues
0 commit comments