Skip to content

Commit

Permalink
chore:Update label needs author feedback in github actions to current… (
Browse files Browse the repository at this point in the history
#4681)

* chore:Update label needs author feedback in github actions to current label in use

* correct tab size in yml file
  • Loading branch information
fey101 authored May 20, 2024
1 parent 62a6aee commit 43f12f4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
id:
id:
name: GitOps.PullRequestIssueManagement
description: GitOps.PullRequestIssueManagement primitive
owner:
owner:
resource: repository
disabled: false
where:
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description:
- description:
frequencies:
- hourly:
hour: 6
filters:
- isIssue
- isOpen
- hasLabel:
label: 'Needs: Author Feedback'
label: 'status:waiting-for-author-feedback'
- hasLabel:
label: 'Status: No Recent Activity'
- noActivitySince:
days: 3
actions:
- closeIssue
- description:
- description:
frequencies:
- hourly:
hour: 6
filters:
- isIssue
- isOpen
- hasLabel:
label: 'Needs: Author Feedback'
label: 'status:waiting-for-author-feedback'
- noActivitySince:
days: 4
- isNotLabeledWith:
Expand All @@ -41,7 +41,7 @@ configuration:
label: 'Status: 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 **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
- description:
- description:
frequencies:
- hourly:
hour: 6
Expand All @@ -64,14 +64,14 @@ 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'
description:
label: 'status:waiting-for-author-feedback'
description:
- if:
- payloadType: Issues
- not:
Expand All @@ -82,20 +82,20 @@ configuration:
then:
- removeLabel:
label: 'Status: No Recent Activity'
description:
description:
- if:
- payloadType: Issue_Comment
- hasLabel:
label: 'Status: No Recent Activity'
then:
- removeLabel:
label: 'Status: No Recent Activity'
description:
description:
- if:
- payloadType: Pull_Request
then:
- inPrLabel:
label: WIP
description:
onFailure:
onSuccess:
description:
onFailure:
onSuccess:

0 comments on commit 43f12f4

Please sign in to comment.