Skip to content

Commit

Permalink
Merge pull request #2400 from taketwo/change-stale-config
Browse files Browse the repository at this point in the history
Never close stale issues/prs
  • Loading branch information
SergioRAgostinho authored Aug 26, 2018
2 parents 22aed06 + d0e5d06 commit 540cae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
# 10000 days until https://github.com/probot/stale/issues/79 is fixed
daysUntilClose: 10000
# False means never close
daysUntilClose: false
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "status: needs review"
Expand All @@ -18,7 +18,7 @@ markComment: |
This pull request has been automatically marked as stale because it hasn't had
any activity in the past 60 days. Commenting or adding a new commit to the
pull request will revert this.
Come back whenever you have time. We look forward to your contribution.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
Expand Down

0 comments on commit 540cae5

Please sign in to comment.