Skip to content

Commit

Permalink
Add Trigger for Needs-Repro Label (#4276)
Browse files Browse the repository at this point in the history
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] -->

- [x] I have signed the [Contributor License
Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs).
- [ ] This pull request is related to an issue.

@denelon

-----

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4276)
  • Loading branch information
Trenly authored Mar 18, 2024
1 parent 2fece93 commit 256c385
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@ configuration:
then:
- addLabel:
label: Needs-Author-Feedback
# Needs-Repro
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Rr]epro'
isRegex: True
then:
- addLabel:
label: Needs-Repro
# Portable
- if:
- commentContains:
Expand Down

0 comments on commit 256c385

Please sign in to comment.