Skip to content

Commit

Permalink
Merge pull request #5436 from maxandersen/better_stalebot
Browse files Browse the repository at this point in the history
more informative text for stale_bot
  • Loading branch information
maxandersen authored Nov 13, 2019
2 parents 5e85536 + ef878f8 commit 0318d66
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 28
daysUntilStale: 60

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
Expand All @@ -28,9 +28,16 @@ staleLabel: stale

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue/pullrequest 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.
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!
We are doing this automatically to ensure out-of-date issues does not stay around
indefinitely.
If you believe this issue is still relevant please put a comment on it on why
and if it truly needs to stay request or add 'pinned' label.
# Comment to post when removing the stale label.
# unmarkComment: >
Expand All @@ -46,12 +53,17 @@ limitPerRun: 30
# only: issues

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30
# markComment: >
# This pull request 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.
pulls:
daysUntilStale: 30
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you!
We are doing this automatically to ensure out-of-date pull-requests does not stay around
indefinitely.
If you believe this pull request is still relevant please put a comment on it on why
and if it truly needs to stay request or add 'pinned' label.
# issues:
# exemptLabels:

0 comments on commit 0318d66

Please sign in to comment.