Skip to content

Commit

Permalink
Merge pull request #1493 from dtex/stale
Browse files Browse the repository at this point in the history
Add stale.yml
  • Loading branch information
dtex authored Aug 21, 2018
2 parents fac4e2b + c935e16 commit b2176a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 360
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
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.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

0 comments on commit b2176a8

Please sign in to comment.