Skip to content

Commit

Permalink
remove label waiting for author feedback if issue closes (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Jun 20, 2024
1 parent f660e77 commit 540e017
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 @@ -57,6 +57,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 540e017

Please sign in to comment.