winget-cli

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

commit 6cf068fb5581e5a38804a87afaedfed505204f82
parent 1728cf71524d0046d8c7d9961643b0cb3c8a906a
Author: Kaleb Luedtke <jluedtk@jci.com>
Date:   Fri, 16 Jun 2023 11:11:34 -0500

Add Breaking-Change label to comment triggers (#3357)


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 @@ -286,6 +286,14 @@ configuration: then: - addLabel: label: Side-By-Side + # Breaking-Change + - if: + - commentContains: + pattern: '\[[Pp]olicy\]\s+[bB]reaking[\s-][cC]hange' + isRegex: True + then: + - addLabel: + label: Breaking-Change # Duplicate of # - if: - commentContains: