Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
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.
- addLabel:
label: pending-ci-rerun
- description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)'

Check failure on line 171 in .github/policies/resourceManagement.yml

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/resourceManagement.yml#L171

Exception during deserialization. Unknown condition specified.
frequencies:
- weekday:
day: Tuesday
Expand All @@ -189,6 +189,8 @@
label: 'Type: Dependency Update :arrow_up_small:'
- noActivitySince:
days: 1
- targetsBranch:
branch: main
actions:
- addReply:
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.
Expand All @@ -204,6 +206,8 @@
label: 'Type: Dependency Update :arrow_up_small:'
- noActivitySince:
days: 3
- targetsBranch:
branch: main
actions:
- addReply:
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.
Expand Down