Move to use Stale Probot instead of status-github-bot

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2019-05-10 17:07:54 +02:00
parent f43bc74760
commit 1aaf7f5acf
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
2 changed files with 16 additions and 16 deletions

View File

@ -19,19 +19,3 @@ prchecklist:
title: Pull Request Checklist
checklist:
- 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://docs.status.im/docs/build_status.html))?'
stale:
daysUntilStale: 90
daysUntilPullRequestStale: 14
daysUntilClose: 7
exemptLabels:
- 'wall of shame'
- security
staleLabel: 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: >
This issue has been automatically closed. Please re-open if this issue
is important to you.

16
.github/stale.yml vendored Normal file
View File

@ -0,0 +1,16 @@
daysUntilStale: 90
daysUntilClose: 7
exemptLabels:
- 'wall of shame'
- security
staleLabel: 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: >
This issue has been automatically closed. Please re-open if this issue
is important to you.
pulls:
daysUntilStale: 14