-
Notifications
You must be signed in to change notification settings - Fork 189
chore: adjust time for stale github issues to close after 1 week of inactivity #1512
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
Conversation
stale-issue-label: 'stale' | ||
stale-pr-label: 'stale' | ||
days-before-stale: 30 | ||
days-before-close: 30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to update days-before-stale: 30
as well or rely completely to us adding the stale flag manually on the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had this doubt, giving it some thought I think it is better to automatically mark as stale after 1 week and if issue is relevant we will adjust to not_stale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it makes more sense to update them to 5 days instead of 7
stale-issue-label: 'stale' | ||
stale-pr-label: 'stale' | ||
days-before-stale: 30 | ||
days-before-close: 30 | ||
days-before-close: 7 | ||
exempt-pr-labels: 'not_stale' | ||
exempt-issue-labels: 'not_stale' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update the readme file https://github.com/mongodb/terraform-provider-mongodbatlas#autoclose-stale-issues-and-prs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Ticket: INTMDB-1181
Type of change:
Required Checklist:
Further comments