Skip to content

Commit

Permalink
Final triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Nov 5, 2024
1 parent 53822b9 commit fdfd48a
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,6 @@ configuration:
# - addLabel:
# label: Moderator-Approved
# Needs-Attention
# NpmDsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn][Pp][Mm]\.[Dd][Ss][Cc]'
isRegex: True
then:
- addLabel:
label: NpmDsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Aa]ttention'
Expand Down Expand Up @@ -219,6 +211,22 @@ configuration:
then:
- addLabel:
label: Needs-CLA
# New-DSC-Resource
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]ew[\s-][Dd][Ss][Cc][\s-][Rr]esource'
isRegex: True
then:
- addLabel:
label: New-DSC-Resource
# NpmDsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn][Pp][Mm]\.[Dd][Ss][Cc]'
isRegex: True
then:
- addLabel:
label: NpmDsc
# PythonPip3Dsc
- if:
- commentContains:
Expand Down

0 comments on commit fdfd48a

Please sign in to comment.