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 ae29295 commit e6b3c61
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 @@ -83,6 +83,16 @@ configuration:
https://aka.ms/askgraph
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: Issues
- and:
Expand Down

0 comments on commit e6b3c61

Please sign in to comment.