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
26,706 changed files
with
591,703 additions
and
98,897 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
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ body: | |
Package Name: | ||
Description: | ||
Package Version: | ||
Installer URL: | ||
Installer Url: |
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 |
---|---|---|
@@ -1,30 +1,8 @@ | ||
admins | ||
automerge | ||
craigloewen | ||
cspell | ||
Daa | ||
denelon | ||
Esco | ||
fabricbot | ||
Filezilla | ||
Icm | ||
jedieaston | ||
Joakim | ||
Kad | ||
Karan | ||
Levvie | ||
LOCALAPPDATA | ||
mdanish | ||
Megamix | ||
misclicks | ||
msft | ||
quhxl | ||
redistribution | ||
Repology | ||
russellbanks | ||
stephengillie | ||
Tbot | ||
timezone | ||
Trenly | ||
Unassign | ||
workflows |
40 changes: 40 additions & 0 deletions
40
.github/policies/labelAdded.manifestSingletonDeprecated.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,40 @@ | ||
id: labelAdded.manifestSingletonDeprecated | ||
name: GitOps.PullRequestIssueManagement | ||
description: Handlers when "Manifest-Singleton-Deprecated" label is added | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
eventResponderTasks: | ||
- description: >- | ||
When the label "Manifest-Singleton-Deprecated" is added to a pull request | ||
* Add the PR specific reply notifying the issue author | ||
* Assign to the Author | ||
* Label with Needs-Author-Feedback | ||
* Remove the Needs-Attention Label | ||
if: | ||
- payloadType: Pull_Request | ||
- labelAdded: | ||
label: Manifest-Singleton-Deprecated | ||
then: | ||
- addReply: | ||
reply: >- | ||
Hello @${issueAuthor}, | ||
The package manager bot determined that your submission uses a `Singleton` Manifest, which been deprecated in this repository. Please update your submission to use the newer multi-manifest format. If you built your manifest by hand, a tool like [WingetCreate](https://github.com/microsoft/winget-create) or [YamlCreate](https://github.com/microsoft/winget-pkgs/blob/master/doc/tools/YamlCreate.md) can help you build the multi-manifest. | ||
Template: msftbot/validationError/manifest/singleton/deprecated | ||
- assignTo: | ||
author: True | ||
- addLabel: | ||
label: Needs-Author-Feedback | ||
- removeLabel: | ||
label: Needs-Attention | ||
# 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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Due to limitations in the policy service, it isn't possible to check on the state of the linked PRs because of this | ||
# the assumption is made that if a linked PR is merged, the issue will be closed automatically. If the issue doesn't | ||
# close, then the PR must not have been merged and is either stale or was closed. Since there is no way to check for | ||
# that state specifically, the policy checks to see if there has been any activity on the issue. Any comments, labels | ||
# or other actions on the issue will reset the 15 day period. | ||
|
||
id: scheduledSearch.cleanupInPRLabels | ||
name: GitOps.PullRequestIssueManagement | ||
description: Remove the In-PR label from issues where the PR has become stale | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: | ||
- description: >- | ||
Search for issues where - | ||
* Issue is Open | ||
* Issue has the label In-PR | ||
* Has not had activity in the last 15 days | ||
Then - | ||
* Remove In-PR label | ||
* Add Help-Wanted label | ||
frequencies: | ||
- hourly: | ||
hour: 12 | ||
filters: | ||
- isIssue | ||
- isOpen | ||
- hasLabel: | ||
label: In-PR | ||
- noActivitySince: | ||
days: 15 | ||
actions: | ||
- removeLabel: | ||
label: In-PR | ||
- addLabel: | ||
label: Help-Wanted | ||
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
This file was deleted.
Oops, something went wrong.
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.