Skip to content

Commit

Permalink
Remove label status:waiting for author feedback if issue is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Jun 19, 2024
1 parent f396cc3 commit 3ecb719
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,16 @@ configuration:
then:
- addLabel:
label: 'ToTriage'
- if:
- payloadType: Issues
- isAction:
action: Closed
- hasLabel:
label: 'status:waiting-for-author-feedback'
then:
- removeLabel:
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Issue_Comment
- isAction:
Expand Down

0 comments on commit 3ecb719

Please sign in to comment.