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: [GitHub] enable probot/stale, to flush out stale issues/pull requests #7096

Merged
merged 1 commit into from Jan 24, 2019

Conversation

TrueBrain
Copy link
Member

@TrueBrain TrueBrain commented Jan 24, 2019

Stale bot checks if an issue hasn't had any attention in the last
60 days, or if a pull request hasn't had any attention in the last
30 days. If so, it marks it as stale. After 7 more days, it closes
the issue/pull request. Any activity on the issue/pull request
resets the timer.

This helps keeping the counter low, and the work manageable. There
is a lot of reasoning behind this idea, and other projects show it
really helps to keep the issue/pull request count low.

More information here: https://github.com/probot/stale

@TrueBrain TrueBrain changed the title Add: [GitHub] enable probot/stale, to flush out stale issues/pull req… Add: [GitHub] enable probot/stale, to flush out stale issues/pull requests Jan 24, 2019
…uests

Stale bot checks if an issue hasn't had any attention in the last
60 days, or if a pull request hasn't had any attention in the last
30 days. If so, it marks it as stale. After 7 more days, it closes
the issue/pull request. Any activity on the issue/pull request
resets the timer.

This helps keeping the counter low, and the work manageable. There
is a lot of reasoning behind this idea, and other projects show it
really helps to keep the issue/pull request count low.

More information here: https://github.com/probot/stale
@TrueBrain TrueBrain merged commit 5640777 into OpenTTD:master Jan 24, 2019
@TrueBrain TrueBrain deleted the probot-stale branch February 3, 2019 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants