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: 15 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,21 @@ configuration:

Tagging @dotnet/compat for awareness of the breaking change.
description: Add breaking change doc label to PR
- if:
- payloadType: Pull_Request
- filesMatchPattern:
pattern: src/coreclr/inc/jiteeversionguid.h
matchAny: true
- isPullRequest
- isOpen
then:
- mentionUsers:
mentionees:
- dotnet/jit-contrib
replyTemplate: >-
Tagging @dotnet/jit-contrib for JIT-EE GUID update
assignMentionees: False
description: '@Mention for JIT-EE GUID update'
- if:
- payloadType: Pull_Request
- filesMatchPattern:
Expand Down