Skip to content

Commit

Permalink
Update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
castrodd committed Nov 17, 2023
1 parent 7710d42 commit 0f24d56
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,40 @@ configuration:
- description:
frequencies:
- hourly:
hour: 6
hour: 3
filters:
- isIssue
- isOpen
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
- hasLabel:
label: no recent activity
- noActivitySince:
days: 7
days: 3
actions:
- closeIssue
- description:
frequencies:
- hourly:
hour: 6
hour: 3
filters:
- isIssue
- isOpen
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
- noActivitySince:
days: 5
days: 4
- isNotLabeledWith:
label: no recent activity
actions:
- addLabel:
label: no recent activity
- addReply:
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **5 days**. It will be closed if no further activity occurs **within 2 days of this comment**.
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
- description:
frequencies:
- hourly:
hour: 6
hour: 3
filters:
- isIssue
- isOpen
Expand All @@ -64,7 +64,7 @@ configuration:
- isPullRequest
- isOpen
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
- hasLabel:
label: no recent activity
- noActivitySince:
Expand All @@ -79,7 +79,7 @@ configuration:
- isPullRequest
- isOpen
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
- noActivitySince:
days: 7
- isNotLabeledWith:
Expand All @@ -97,12 +97,12 @@ configuration:
- isActivitySender:
issueAuthor: True
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
then:
- addLabel:
label: 'needs-attention :wave:'
label: 'Needs: Attention :wave:'
- removeLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
description:
- if:
- payloadType: Issues
Expand All @@ -120,10 +120,10 @@ configuration:
- isAction:
action: Closed
- hasLabel:
label: needs-triage (functions)
label: 'Needs: Triage (Functions)'
then:
- removeLabel:
label: needs-triage (functions)
label: 'Needs: Triage (Functions)'
description:
- if:
- payloadType: Issue_Comment
Expand All @@ -141,7 +141,7 @@ configuration:
reviewState: Changes_requested
then:
- addLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
description:
- if:
- payloadType: Pull_Request
Expand All @@ -151,30 +151,30 @@ configuration:
isAction:
action: Closed
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
then:
- removeLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
description:
- if:
- payloadType: Issue_Comment
- isActivitySender:
issueAuthor: True
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
then:
- removeLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
description:
- if:
- payloadType: Pull_Request_Review
- isActivitySender:
issueAuthor: True
- hasLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
then:
- removeLabel:
label: needs-author feedback
label: 'Needs: Author Feedback'
description:
- if:
- payloadType: Pull_Request
Expand Down Expand Up @@ -219,4 +219,4 @@ configuration:
- disableAutoMerge
description:
onFailure:
onSuccess:
onSuccess:

0 comments on commit 0f24d56

Please sign in to comment.