We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8469 commit fbd07b2Copy full SHA for fbd07b2
.github/policies/resourceManagement.yml
@@ -377,18 +377,18 @@ configuration:
377
branch: main
378
then:
379
- addMilestone:
380
- milestone: 10.0-preview2
+ milestone: 10.0-preview3
381
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
382
- if:
383
- payloadType: Pull_Request
384
- isAction:
385
action: Closed
386
- targetsBranch:
387
- branch: release/10.0-preview1
+ branch: release/10.0-preview2
388
389
- removeMilestone
390
391
- milestone: 10.0-preview1
+ milestone: 10.0-preview2
392
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
393
394
- payloadType: Issues
0 commit comments