Skip to content

Commit

Permalink
Update needs-author-feedback label to replacement (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 authored Jun 4, 2024
1 parent 210f26e commit 2969ff3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configuration:
- isIssue
- isOpen
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
- hasLabel:
label: 'Status: no recent activity'
- noActivitySince:
Expand All @@ -31,7 +31,7 @@ configuration:
- isIssue
- isOpen
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
- noActivitySince:
days: 4
- isNotLabeledWith:
Expand Down Expand Up @@ -64,7 +64,7 @@ configuration:
- isPullRequest
- isOpen
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
- hasLabel:
label: 'Status: no recent activity'
- noActivitySince:
Expand All @@ -79,7 +79,7 @@ configuration:
- isPullRequest
- isOpen
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
- noActivitySince:
days: 7
- isNotLabeledWith:
Expand All @@ -97,13 +97,13 @@ configuration:
- isActivitySender:
issueAuthor: True
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
- isOpen
then:
- addLabel:
label: 'Needs: attention :wave:'
- removeLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Issues
Expand Down Expand Up @@ -145,7 +145,7 @@ configuration:
reviewState: Changes_requested
then:
- addLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Pull_Request
Expand All @@ -155,30 +155,30 @@ configuration:
isAction:
action: Closed
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
then:
- removeLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Issue_Comment
- isActivitySender:
issueAuthor: True
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
then:
- removeLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Pull_Request_Review
- isActivitySender:
issueAuthor: True
- hasLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
then:
- removeLabel:
label: 'Needs: author feedback'
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Pull_Request
Expand Down

0 comments on commit 2969ff3

Please sign in to comment.