Skip to content

Commit

Permalink
fix #15: add stalebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Mar 21, 2021
1 parent 8952122 commit f59cf8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
daysUntilStale: 60
daysUntilClose: 7

exemptLabels: [ 'status: pending' ]
exemptProjects: true
exemptMilestones: true
exemptAssignees: true

staleLabel: 'status: stale'

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. Thank you
for your contributions.
closeComment: false

0 comments on commit f59cf8b

Please sign in to comment.