Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add configuration for stale bot
Browse files Browse the repository at this point in the history
Automatically close stale issues and pull requests.
  • Loading branch information
tmpsantos committed Oct 23, 2018
1 parent 83ac115 commit 28bc4b2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Configuration for probot-stale - https://github.com/probot/stale

exemptProjects: false
exemptMilestones: false

staleLabel: archived

limitPerRun: 1

# SEMVER-MAJOR - @tobrun
exemptLabels:
- SEMVER-MAJOR

pulls:
daysUntilStale: 60
daysUntilClose: -1
staleComment: false
closeComment: >
This pull request has been automatically detected as stale because it has not had
recent activity and will be archived. Thank you for your contributions.
issues:
daysUntilStale: 180
daysUntilClose: -1
staleComment: false
closeComment: >
This issue has been automatically detected as stale because it has not had
recent activity and will be archived. Thank you for your contributions.

0 comments on commit 28bc4b2

Please sign in to comment.