Skip to content

Commit

Permalink
adding resolution no activity to bot close list (#3852)
Browse files Browse the repository at this point in the history
* adding resolution no activity to close list

* add response
  • Loading branch information
StevenBucher98 authored Oct 30, 2023
1 parent fbdf7fa commit 5e9ea88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,18 @@ configuration:
label: Resolution-Wont Fix
actions:
- closeIssue
- description:
frequencies:
- hourly:
hour: 6
filters:
- isOpen
- hasLabel:
label: Resolution-No Activity
actions:
- closeIssue
- addReply:
reply: This issue is closed because it has had no activity and on older unsupported versions of PowerShell or PSReadLine. Please try again on latest versions of both and if its still an issue please submit a new issue.
- description:
frequencies:
- hourly:
Expand Down

0 comments on commit 5e9ea88

Please sign in to comment.