Browse Source

Customize stalebot to close stale PRs

pull/1130/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
99d04c8e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/stale.yml

10
.github/stale.yml

@ -15,3 +15,13 @@ markComment: > @@ -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

Loading…
Cancel
Save