Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengillie authored Jun 7, 2024
1 parent 98a2813 commit c06b389
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/policies/labelAdded.highestVersionRemoval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ configuration:
reply: >-
Hello @${issueAuthor},
This PR removes the highest available version of the package from the repository.
Please provide the reason for removal to help our moderators understand the context.
Expand Down
16 changes: 8 additions & 8 deletions .github/policies/moderatorTriggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ configuration:
then:
- addLabel:
label: Help-Wanted
# Highest-Version-Removal
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Hh]ighest[\s-][Vv]ersion([\s-][Rr]emoval)?'
isRegex: True
then:
- addLabel:
label: Highest-Version-Removal
# In-PR
- if:
- commentContains:
Expand Down Expand Up @@ -222,14 +230,6 @@ configuration:
then:
- addLabel:
label: Issue-Feature
# Highest-Version-Removal
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Hh]ighest[\s-][Vv]ersion([\s-][Rr]emoval)?'
isRegex: True
then:
- addLabel:
label: Highest-Version-Removal
# Last-Version-Removal
- if:
- commentContains:
Expand Down
2 changes: 1 addition & 1 deletion doc/Moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ Moderators are often the first to see and triage new issues, and so they have th
* `Error-Hash-Mismatch`
* `Hardware`
* `Help-Wanted`
* `Highest-Version-Removal`
* `In-PR`
* `Installer-Issue`
* `Interactive-Only-Installer`
* `Issue-Bug`
* `Issue-Docs`
* `Issue-Feature`
* `Highest-Version-Removal`
* `Last-Version-Removal`
* `License-Blocks-Install`
* `Manifest-Content-Incomplete`
Expand Down

0 comments on commit c06b389

Please sign in to comment.