Skip to content

Commit

Permalink
Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengillie authored May 24, 2024
1 parent aa1abae commit 31fb3ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: labelAdded.lastVersionRemaining
id: labelAdded.highestVersionRemaining
name: GitOps.PullRequestIssueManagement
description: Handlers when "Last-Version-Remaining" label is added
description: Handlers when "Highest-Version-Remaining" label is added
owner:
resource: repository
disabled: false
Expand All @@ -9,14 +9,14 @@ configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: >-
When the label "Last-Version-Remaining" is added to a pull request
When the label "Highest-Version-Remaining" is added to a pull request
* Add a reply notifying the issue author
* Assign to the author
* Label with Needs-Author-Feedback
if:
- payloadType: Pull_Request
- labelAdded:
label: Last-Version-Remaining
label: Highest-Version-Remaining
then:
- addReply:
reply: >-
Expand All @@ -29,7 +29,7 @@ configuration:
Please check if the package requires an update or is available from another source.
Template: msftbot/lastVersionRemaining
Template: msftbot/highestVersionRemaining
- assignTo:
author: True
- addLabel:
Expand Down
2 changes: 1 addition & 1 deletion doc/Moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Moderators are often the first to see and triage new issues, and so they have th
* `Issue-Bug`
* `Issue-Docs`
* `Issue-Feature`
* `Last-Version-Remaining`
* `Highest-Version-Remaining`
* `License-Blocks-Install`
* `Manifest-Content-Incomplete`
* `Moderator-Approved`
Expand Down

0 comments on commit 31fb3ee

Please sign in to comment.