Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/policies/labelAdded.noRecentActivity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ configuration:
then:
- addReply:
reply: >-
Hello @${issueAuthor},
Hello ${issueAuthor},


This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**.


Template: msftbot/noRecentActivity
###### Template: msftbot/noRecentActivity
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
- description: >-
Expand All @@ -37,13 +37,13 @@ configuration:
then:
- addReply:
reply: >-
Hello @${issueAuthor},
Hello ${issueAuthor},


This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**.


Template: msftbot/noRecentActivity
###### Template: msftbot/noRecentActivity
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
onFailure:
Expand Down
2 changes: 1 addition & 1 deletion .github/policies/labelManagement.issueOpened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ configuration:
Instead of this PR, it would be helpful if you could [open an issue](https://github.com/microsoft/winget-cli/issues/new?template=Localization_Issue.yml) and it will be forwarded to the internal localization team for review. For more information, please see the [Development Guide](https://github.com/microsoft/winget-cli/blob/master/doc/Developing.md#localization).


Template: msftbot/PullRequests/LocalizationFileChange
###### Template: msftbot/PullRequests/LocalizationFileChange
- description: Add Needs-Triage to new issues
if:
- payloadType: Issues
Expand Down
4 changes: 2 additions & 2 deletions .github/policies/labelManagement.needsFeedbackHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configuration:
then:
- addReply:
reply: >-
Hello @${issueAuthor},
Hello ${issueAuthor},


Please send us feedback with the Feedback Hub [Windows]+[f] with this issue and paste the link here so we can more easily find your crash information on the back end.
Expand All @@ -46,7 +46,7 @@ configuration:
The link on the bottom of the feedback report will provide the URL to paste in this Issue to share with us.


Template: msftbot/feedbackHub
###### Template: msftbot/feedbackHub
- assignTo:
author: True
- addLabel:
Expand Down
4 changes: 2 additions & 2 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,13 @@ configuration:
then:
- addReply:
reply: >-
Hello @${issueAuthor},
Hello ${issueAuthor},


We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your πŸ‘ to the other issue to raise its priority. Thanks for your contribution!


Template: msftbot/duplicate/closed
###### Template: msftbot/duplicate/closed
- closeIssue
- removeLabel:
label: Needs-Triage
Expand Down
Loading