Skip to content

Commit

Permalink
remove label waiting for author feedback if issue closes
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Jun 20, 2024
1 parent 1aceecd commit 31c46a0
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 @@ -59,6 +59,16 @@ configuration:
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
- closeIssue
eventResponderTasks:
- 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 31c46a0

Please sign in to comment.