Skip to content

Commit 5e9ea88

Browse files
adding resolution no activity to bot close list (#3852)
* adding resolution no activity to close list * add response
1 parent fbdf7fa commit 5e9ea88

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/policies/resourceManagement.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ configuration:
136136
label: Resolution-Wont Fix
137137
actions:
138138
- closeIssue
139+
- description:
140+
frequencies:
141+
- hourly:
142+
hour: 6
143+
filters:
144+
- isOpen
145+
- hasLabel:
146+
label: Resolution-No Activity
147+
actions:
148+
- closeIssue
149+
- addReply:
150+
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.
139151
- description:
140152
frequencies:
141153
- hourly:

0 commit comments

Comments
 (0)