Skip to content

Commit

Permalink
Remove label status:waiting for author feedback if issue is closed (#595
Browse files Browse the repository at this point in the history
)

* Remove label status:waiting for author feedback if issue is closed

* remove dot separator from name value

* reset changes and see if validation error persists

* Minor modification to revert

* Readd requisite check
  • Loading branch information
fey101 authored Jun 20, 2024
1 parent 8d4fffc commit 84dd7a6
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 @@ -119,6 +119,16 @@ configuration:
- removeLabel:
label: 'Status: No Recent Activity'
description:
- 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
- activitySenderHasAssociation:
Expand Down

0 comments on commit 84dd7a6

Please sign in to comment.