Skip to content

Commit

Permalink
Merge pull request #112 from lda-project/feature/stale
Browse files Browse the repository at this point in the history
ci: Add stale bot support
  • Loading branch information
riddella committed Oct 25, 2020
2 parents 3e65c9a + 5e170d4 commit b8afeda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
daysUntilStale: 60
daysUntilClose: 7
exemptLabels:
- pinned
- security
staleLabel: wontfix
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 b8afeda

Please sign in to comment.