Skip to content

Commit

Permalink
Add automation for label Highest-Version-Remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengillie authored May 23, 2024
1 parent b200b3c commit ff581c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@ configuration:
then:
- addLabel:
label: Issue-Feature
# Last-Version-Remaining
# Highest-Version-Remaining
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Ll]ast[\s-][Vv]ersion([\s-][Rr]emaining)?'
pattern: '\[[Pp]olicy\]\s+[Hh]ighest[\s-][Vv]ersion([\s-][Rr]emaining)?'
isRegex: True
then:
- addLabel:
label: Last-Version-Remaining
label: Highest-Version-Remaining
# License-Blocks-Install
- if:
- commentContains:
Expand Down Expand Up @@ -457,6 +457,8 @@ configuration:
label: Hardware
- removeLabel:
label: Help-Wanted
- removeLabel:
label: Highest-Version-Remaining
- removeLabel:
label: In-PR
- removeLabel:
Expand All @@ -469,8 +471,6 @@ configuration:
label: Issue-Docs
- removeLabel:
label: Issue-Feature
- removeLabel:
label: Last-Version-Remaining
- removeLabel:
label: License-Blocks-Install
- removeLabel:
Expand Down

0 comments on commit ff581c5

Please sign in to comment.