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

Enable stale bot for PRs and questions #2731

Merged
merged 4 commits into from
Jan 20, 2021
Merged
Changes from 3 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
32 changes: 28 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
daysUntilStale: 60
daysUntilClose: 7
onlyLabels:
- needs-info
# Label to use when marking as stale
staleLabel: stale

pulls:
daysUntilStale: 60
daysUntilClose: 14
onlyLabels: []
exemptLabels: []
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. You may re-open
it if you need more time.
closeComment: >
This pull request has been automatically closed due to inactivity. You may re-open
it if you need more time. We really appreciate your contribution and we are sorry
that this has not been completed.

issues:
daysUntilStale: 30
daysUntilClose: 7
onlyLabels:
- question
exemptLabels: []
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
closeComment: >
This issue has been automatically closed due to inactivity.