Skip to content
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
scheduledSearches:
- description: Mark Stale Issues
frequencies:
- daily:

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

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/resourceManagement.yml#L13

Exception during deserialization. Failed to create an instance of type 'GitOps.PullRequestIssueManagement.Core.Primitives.Data.Frequencies.SearchFrequency'.. Cannot dynamically create an instance of type 'GitOps.PullRequestIssueManagement.Core.Primitives.Data.Frequencies.SearchFrequency'. Reason: Cannot create an abstract class.
time: 17:0
filters:
- isOpen
Expand Down Expand Up @@ -159,6 +159,11 @@
action: Opened
- isAction:
action: Reopened
# empty PRs will match the swr pattern below (because the implementation doesn't consider the 'empty files list' case)
# so we force _any_ file to exist before continuing the condition checks
- filesMatchPattern:
pattern: ".*"
matchAny: true
- or:
- filesMatchPattern:
pattern: ^.+\.swr$
Expand Down