We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb2b0a commit 2fb0bc0Copy full SHA for 2fb0bc0
.github/policies/resourceManagement.yml
@@ -1676,6 +1676,21 @@ configuration:
1676
1677
Tagging @dotnet/compat for awareness of the breaking change.
1678
description: Add breaking change doc label to PR
1679
+ - if:
1680
+ - payloadType: Pull_Request
1681
+ - filesMatchPattern:
1682
+ pattern: src/coreclr/inc/jiteeversionguid.h
1683
+ matchAny: true
1684
+ - isPullRequest
1685
+ - isOpen
1686
+ then:
1687
+ - mentionUsers:
1688
+ mentionees:
1689
+ - dotnet/jit-contrib
1690
+ replyTemplate: >-
1691
+ Tagging @dotnet/jit-contrib for JIT-EE GUID update
1692
+ assignMentionees: False
1693
+ description: '@Mention for JIT-EE GUID update'
1694
- if:
1695
- payloadType: Pull_Request
1696
- filesMatchPattern:
0 commit comments