Skip to content

Commit

Permalink
Add probot/stale config
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjd committed Feb 25, 2019
1 parent f124395 commit 806b3b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Issues/PRs with no activity for a year will be marked as stale
daysUntilStale: 365

# If no one has replied inside a week after an issue is marked stale, close it.
daysUntilClose: 7

staleLabel: wontfix
markComment: >
This issue or PR has been automatically marked as stale because there has been
no activity in over a year. It will be closed in 1 week if no further activity occurs.
Thanks for your contribution, and please don't hesitate to comment if this issue/PR
is still relevant.
exemptLabels:
- pinned
- security

0 comments on commit 806b3b1

Please sign in to comment.