Also allow auto-closing of stale PRs (#22149)

Allow auto-close of stale PRs, with a shorter time limit.
This commit is contained in:
Eric Liang 2022-02-07 14:34:59 -08:00 committed by GitHub
parent 00b5801d71
commit 428d594d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/stale.yml vendored
View file

@ -66,15 +66,18 @@ closeComment: |
limitPerRun: 5 limitPerRun: 5
# Limit to only `issues` or `pulls` # Limit to only `issues` or `pulls`
only: issues # only: issues
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls: pulls:
# daysUntilStale: 30 daysUntilStale: 30
# markComment: > daysUntilClose: 14
# This pull request has been automatically marked as stale because it has not had markComment: >
# recent activity. It will be closed if no further activity occurs. Thank you This pull request has been automatically marked as stale because it has not had
# for your contributions. recent activity. It will be closed in 14 days if no further activity occurs. Thank you
for your contributions.
- If you'd like to keep this open, just leave any comment, and the stale label will be removed.
# issues: # issues:
# exemptLabels: # exemptLabels: