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
9 changes: 7 additions & 2 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ configuration:
then:
- addReply:
reply: >-
Hi @${issueAuthor}, thank you for your contribution! This issue appears to be external to the WindowsAppSDK.
[external-classification] Hi @${issueAuthor}, thank you for your contribution! This issue appears to be external to the WindowsAppSDK.
To help route it appropriately, please submit your feedback via the Feedback Hub by pressing [Windows] + [F],
and include detailed information and diagnostics. We appreciate your help in improving the platform!
- removeLabel:
Expand All @@ -297,8 +297,13 @@ configuration:
label: area-External
- isOpen
- commentContains:
pattern: '\/[E|e]xternal'
pattern: '^\[external-classification\]'
isRegex: True
- or:
- activitySenderHasPermission:
permission: Write
- activitySenderHasPermission:
permission: Admin
then:
- closeIssue

Expand Down
Loading