Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'needs info' to issue updater #64

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 30 additions & 3 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ configuration:
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 **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
- addLabel:
label: stale
- description: "[Idle Issue Management] Close stale 'needs reproduction' issues"
- description: "[Idle Issue Management] Notify about 'needs info' issues"
frequencies:
- weekday:
day: Monday
Expand All @@ -72,15 +72,42 @@ configuration:
- isIssue
- isOpen
- hasLabel:
label: needs reproduction
label: needs info
- noActivitySince:
days: 3
actions:
- 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 **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
- addLabel:
label: stale
- description: "[Idle Issue Management] Close stale 'needs reproduction' issues"
frequencies:
- weekday:
day: Monday
time: 0:0
- weekday:
day: Tuesday
time: 0:0
- weekday:
day: Wednesday
time: 0:0
- weekday:
day: Thursday
time: 0:0
- weekday:
day: Friday
time: 0:0
filters:
- isIssue
- isOpen
- hasLabel:
label: stale
- noActivitySince:
days: 2
actions:
- closeIssue
- addReply:
reply: We haven't received a reproduction sample from you. The issue is closed.
reply: This issue has been automatically closed because it has been marked as stale.
eventResponderTasks:
- if:
- payloadType: Issues
Expand Down
Loading