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 24c35b2 commit c67489aCopy full SHA for c67489a
.github/policies/resourceManagement.yml
@@ -378,18 +378,18 @@ configuration:
378
branch: main
379
then:
380
- addMilestone:
381
- milestone: 10.0-preview3
+ milestone: 10.0-preview4
382
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
383
- if:
384
- payloadType: Pull_Request
385
- isAction:
386
action: Closed
387
- targetsBranch:
388
- branch: release/10.0-preview2
+ branch: release/10.0-preview3
389
390
- removeMilestone
391
392
- milestone: 10.0-preview2
+ milestone: 10.0-preview3
393
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
394
395
- payloadType: Issues
0 commit comments