winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 256c385e64cdbe825a2733f9a5378c796100fe0f
parent 2fece93b79e3c844af3bb096bf0f5ed31389379e
Author: Kaleb Luedtke <jluedtk@jci.com>
Date:   Mon, 18 Mar 2024 13:41:46 -0500

Add Trigger for Needs-Repro Label (#4276)

<!-- 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)
Diffstat:
M.github/policies/moderatorTriggers.yml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.github/policies/moderatorTriggers.yml b/.github/policies/moderatorTriggers.yml @@ -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: