Skip to content

Commit

Permalink
Fixing so anyone who comments will remove the resolution no activity …
Browse files Browse the repository at this point in the history
…label (PowerShell#20788)

* fix bumping for keeping issues open

* excess desc

* repeat

* clarified wording
  • Loading branch information
StevenBucher98 authored and VindSkyggen committed Dec 26, 2023
1 parent 02f4ea7 commit 0e5836d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ configuration:
actions:
- addReply:
reply: This issue has been marked as "No Activity" as there has been no activity for 6 months. It has been closed for housekeeping purposes.

- closeIssue
- description: This is for closing issues that have no activity for 6 months.
frequencies:
Expand All @@ -242,14 +241,12 @@ configuration:
eventResponderTasks:
- if:
- payloadType: Issue_Comment
- isActivitySender:
issueAuthor: True
- hasLabel:
label: Resolution-No Activity
then:
- removeLabel:
label: Resolution-No Activity
description: Reopen issues with no activity if its the author who has commented
description: Remove resolution no activity label when anyone comments on an issue with the label.
- if:
- payloadType: Pull_Request
- hasLabel:
Expand Down Expand Up @@ -313,7 +310,6 @@ configuration:
then:
- removeLabel:
label: Waiting on Author
description:
- if:
- payloadType: Pull_Request
- not:
Expand Down

0 comments on commit 0e5836d

Please sign in to comment.