You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/resourceManagement.yml
+71-6Lines changed: 71 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,45 @@ configuration:
168
168
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an `/azp run` comment here (requires commit rights), or by simply closing and reopening.
169
169
- addLabel:
170
170
label: pending-ci-rerun
171
+
- description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)'
172
+
frequencies:
173
+
- weekday:
174
+
day: Tuesday
175
+
time: 0:0
176
+
- weekday:
177
+
day: Wednesday
178
+
time: 0:0
179
+
- weekday:
180
+
day: Thursday
181
+
time: 0:0
182
+
- weekday:
183
+
day: Friday
184
+
time: 0:0
185
+
filters:
186
+
- isPullRequest
187
+
- isOpen
188
+
- hasLabel:
189
+
label: 'build-ops'
190
+
- noActivitySince:
191
+
days: 1
192
+
actions:
193
+
- addReply:
194
+
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops.
195
+
- description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (weekend)'
196
+
frequencies:
197
+
- weekday:
198
+
day: Monday
199
+
time: 0:0
200
+
filters:
201
+
- isPullRequest
202
+
- isOpen
203
+
- hasLabel:
204
+
label: 'build-ops'
205
+
- noActivitySince:
206
+
days: 3
207
+
actions:
208
+
- addReply:
209
+
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops.
description: '[Infrastructure PRs] Add build-ops label to dependency update Pull Requests against main'
250
309
- if:
251
310
- payloadType: Pull_Request
252
311
- isAction:
@@ -264,6 +323,8 @@ configuration:
264
323
label: area-infrastructure
265
324
- addLabel:
266
325
label: 'Type: Merge Forward :fast_forward:'
326
+
- addLabel:
327
+
label: 'build-ops'
267
328
- approvePullRequest:
268
329
comment: Auto-approving branch merge.
269
330
description: '[Infrastructure PRs] Add area-infrastructure label to auto-merge Pull Requests'
@@ -380,18 +441,18 @@ configuration:
380
441
branch: main
381
442
then:
382
443
- addMilestone:
383
-
milestone: 10.0-preview6
444
+
milestone: 10.0-preview7
384
445
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
385
446
- if:
386
447
- payloadType: Pull_Request
387
448
- isAction:
388
449
action: Closed
389
450
- targetsBranch:
390
-
branch: release/10.0-preview5
451
+
branch: release/10.0-preview6
391
452
then:
392
453
- removeMilestone
393
454
- addMilestone:
394
-
milestone: 10.0-preview5
455
+
milestone: 10.0-preview6
395
456
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
396
457
- if:
397
458
- payloadType: Issues
@@ -495,16 +556,16 @@ configuration:
495
556
- isAction:
496
557
action: Opened
497
558
- targetsBranch:
498
-
branch: release/2.1
559
+
branch: release/2.3
499
560
then:
500
561
- addMilestone:
501
-
milestone: 2.1.x
562
+
milestone: 2.3.x
502
563
- addReply:
503
564
reply: >-
504
565
Hi @${issueAuthor}. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the [servicing process](https://aka.ms/aspnet/servicing) document.
505
566
506
567
Otherwise, please add `tell-mode` label.
507
-
description: Add release/2.1 targeting PRs to the servicing project
568
+
description: Add release/2.3 targeting PRs to the servicing project
0 commit comments