Skip to content

Commit

Permalink
Fix: Remove ToTriage label when an issue has been assigned (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW authored Nov 30, 2023
1 parent 96f9a43 commit 2382508
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ configuration:
then:
- addLabel:
label: 'ToTriage'
- if:
- payloadType: Issues
- and:
- isOpen
- isAssignedToSomeone
- isLabeled
then:
- removeLabel:
label: 'ToTriage'
- if:
- payloadType: Issue_Comment
- isAction:
Expand Down Expand Up @@ -152,5 +161,6 @@ configuration:
label: Service issue
- closeIssue
description:
triggerOnOwnActions: true
onFailure:
onSuccess:

0 comments on commit 2382508

Please sign in to comment.