Skip to content

Commit 256c385

Browse files
authored
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)
1 parent 2fece93 commit 256c385

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/policies/moderatorTriggers.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,14 @@ configuration:
404404
then:
405405
- addLabel:
406406
label: Needs-Author-Feedback
407+
# Needs-Repro
408+
- if:
409+
- commentContains:
410+
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Rr]epro'
411+
isRegex: True
412+
then:
413+
- addLabel:
414+
label: Needs-Repro
407415
# Portable
408416
- if:
409417
- commentContains:

0 commit comments

Comments
 (0)