Skip to content
Merged
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
15 changes: 14 additions & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ configuration:
- addLabel:
label: OmniSharp

- description: Add "C#DK" label to issues filed with C# DevKit installed
triggerOnOwnActions: false
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: "|csdevkit|ms-dotnettools|"
isRegex: False
then:
- addLabel:
label: C#DK

- description: Close issues opened with incomplete bug template information
triggerOnOwnActions: false
if:
Expand All @@ -95,4 +108,4 @@ configuration:
- closeIssue

onFailure:
onSuccess:
onSuccess: