Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Add probot/stale config to close stable issues.
Browse files Browse the repository at this point in the history
Let's try out this bot.

See https://probot.github.io/apps/stale/ and https://github.com/probot/stale.
Also used by spotify/luigi and spotify/pythonflow.
  • Loading branch information
davidxia committed Sep 10, 2018
1 parent d6f6e63 commit cf5ab61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
daysUntilStale: 60
daysUntilClose: 7
exemptLabels:
- pinned
- security
staleLabel: closed-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
only: issues

0 comments on commit cf5ab61

Please sign in to comment.