forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'microsoft:master' into master
- Loading branch information
Showing
9,221 changed files
with
167,832 additions
and
57,562 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ quhxl | |
redistribution | ||
Repology | ||
russellbanks | ||
stephengillie | ||
Tbot | ||
timezone | ||
Trenly | ||
|
This file was deleted.
Oops, something went wrong.
91 changes: 91 additions & 0 deletions
91
.github/policies/labelManagement.assignIcmUsersAndModerators.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
id: labelAdded.assignIcmUsersAndModerators | ||
name: GitOps.PullRequestIssueManagement | ||
description: When these labels are added, the ICM Primary and secondary user should be assigned | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
eventResponderTasks: | ||
- description: >- | ||
When any label below is added to a PR | ||
* Assign the ICM users | ||
- if: | ||
- payloadType: Pull_Request | ||
- or: | ||
- labelAdded: | ||
label: Needs-Attention | ||
- labelAdded: | ||
label: Internal-Error | ||
- labelAdded: | ||
label: Internal-Error-PR | ||
- labelAdded: | ||
label: Internal-Error-Manifest | ||
- labelAdded: | ||
label: Internal-Error-URL | ||
- labelAdded: | ||
label: Internal-Error-Static-Scan | ||
- labelAdded: | ||
label: Internal-Error-Domain | ||
- labelAdded: | ||
label: Internal-Error-Keyword-Policy | ||
- labelAdded: | ||
label: Internal-Error-Dynamic-Scan | ||
- labelAdded: | ||
label: Validation-Unapproved-URL | ||
- labelAdded: | ||
label: Policy-Test-2.7 | ||
- labelAdded: | ||
label: Policy-Test-2.9 | ||
- labelAdded: | ||
label: Policy-Test-2.10 | ||
- labelAdded: | ||
label: Policy-Test-2.4 | ||
- labelAdded: | ||
label: Policy-Test-1.8 | ||
- labelAdded: | ||
label: Policy-Test-2.3 | ||
- labelAdded: | ||
label: Policy-Test-2.8 | ||
- labelAdded: | ||
label: Policy-Test-2.5 | ||
- labelAdded: | ||
label: Policy-Test-1.5 | ||
- labelAdded: | ||
label: Policy-Test-2.6 | ||
- labelAdded: | ||
label: Policy-Test-1.2 | ||
- labelAdded: | ||
label: Policy-Test-1.1.B | ||
- labelAdded: | ||
label: Validation-Unattended-Failed | ||
- labelAdded: | ||
label: Internal-Error-NoArchitectures | ||
- labelAdded: | ||
label: Internal-Error-NoSupportedArchitectures | ||
- labelAdded: | ||
label: Validation-Executable-Error | ||
- labelAdded: | ||
label: Validation-Defender-Error | ||
- labelAdded: | ||
label: Validation-No-Executables | ||
- labelAdded: | ||
label: Author-Not-Authorized | ||
- labelAdded: | ||
label: Validation-Domain | ||
then: | ||
- assignTo: | ||
user: stephengillie | ||
- assignIcmUsers: | ||
teamId: 85579 | ||
primary: True | ||
secondary: False | ||
- assignIcmUsers: | ||
teamId: 85579 | ||
primary: False | ||
secondary: True | ||
# The policy service should trigger even when the label was added by the policy service | ||
triggerOnOwnActions: true | ||
onFailure: | ||
onSuccess: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.