Skip to content

Commit

Permalink
Add Validation-Skip-Automations (microsoft#207834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Jan 6, 2025
1 parent 402e1b5 commit e6d05d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/policies/labelManagement.issueUpdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ configuration:
label: Validation-Open-Url-Failed
- removeLabel:
label: Validation-Shell-Execute
- removeLabel:
label: Validation-Skip-Automations
- removeLabel:
label: Validation-Unapproved-URL
- removeLabel:
Expand Down
10 changes: 10 additions & 0 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,14 @@ configuration:
then:
- addLabel:
label: Upgrade-Issue
# Validation-Skip-Automations
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[vV]alidation[\s-][sS]kip[\s-][aA]utomations'
isRegex: True
then:
- addLabel:
label: Validation-Skip-Automations
# Version-Parameter-Mismatch
- if:
- commentContains:
Expand Down Expand Up @@ -601,6 +609,8 @@ configuration:
label: Upgrade-Always-Available
- removeLabel:
label: Upgrade-Issue
- removeLabel:
label: Validation-Skip-Automations
- removeLabel:
label: WindowsFeatures
- removeLabel:
Expand Down
1 change: 1 addition & 0 deletions doc/Moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Moderators are often the first to see and triage new issues, and so they have th
* `Scripted-Application`
* `Testing`
* `Upgrade-Issue`
* `Validation-Skip-Automations`
* `Version-Parameter-Mismatch`
* `Windows-Features`
* `Zip-Binary`
Expand Down

0 comments on commit e6d05d8

Please sign in to comment.