Skip to content

Commit

Permalink
Fix some triggers (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Nov 5, 2024
1 parent f9a5809 commit 8d56865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ configuration:
# GitDsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Gg]it\.[Dd][Ss][Cc]'
pattern: '\[[Pp]olicy\]\s+[Gg]it[Dd][Ss][Cc]'
isRegex: True
then:
- addLabel:
Expand Down Expand Up @@ -117,7 +117,7 @@ configuration:
# Microsoft.DotNet.Dsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Mm]icrosoft\.[Dd]otnet\.[Dd][Ss][Cc]'
pattern: '\[[Pp]olicy\]\s+[Mm]icrosoft\.[Dd]ot[Nn]et\.[Dd][Ss][Cc]'
isRegex: True
then:
- addLabel:
Expand Down Expand Up @@ -246,7 +246,7 @@ configuration:
# YarnDsc
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Yy]arn\.[Dd][Ss][Cc]'
pattern: '\[[Pp]olicy\]\s+[Yy]arn[Dd][Ss][Cc]'
isRegex: True
then:
- addLabel:
Expand Down

0 comments on commit 8d56865

Please sign in to comment.