Customize stalebot to close stale PRs

This commit is contained in:
Gabe Kangas 2021-06-21 09:46:32 -07:00 committed by GitHub
parent 20c272ff3d
commit 99d04c8e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/stale.yml vendored
View File

@ -15,3 +15,13 @@ markComment: >
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
exemptMilestones: true
# Since old PRs are less useful than old issues ping them sooner.
pulls:
daysUntilStale: 30
markComment: >
This pull request has not had any activity in 30 days. Since things move fast it's best
to get PRs merged in, or to allow somebody else to work on it so the change can get in.
This PR will be closed if no further activity occurs. Thank you for your contributions!
exemptLabels:
- bot