chore(ci): relax stale bot for PRs (#2222)
This commit is contained in:
12
.github/workflows/stale.yml
vendored
12
.github/workflows/stale.yml
vendored
@@ -27,15 +27,17 @@ env:
|
|||||||
This issue was closed because it has been stalled for 14 days with no activity.
|
This issue was closed because it has been stalled for 14 days with no activity.
|
||||||
Feel free to reopen if is still relevant, or to ping a collaborator if you have any questions.
|
Feel free to reopen if is still relevant, or to ping a collaborator if you have any questions.
|
||||||
CLOSE_PR_MESSAGE: >
|
CLOSE_PR_MESSAGE: >
|
||||||
This PR was closed because it has been stalled for 14 days with no activity.
|
This PR was closed because it has been stalled for 21 days with no activity.
|
||||||
Feel free to reopen if is still relevant, or to ping a collaborator if you have any questions.
|
Feel free to reopen if is still relevant, or to ping a collaborator if you have any questions.
|
||||||
WARN_ISSUE_MESSAGE: >
|
WARN_ISSUE_MESSAGE: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
recent activity (6 months). It will be closed if no further activity occurs.
|
recent activity (6 months). It will be closed if no further activity occurs.
|
||||||
|
Any change, comment or update to this issue will reset this count.
|
||||||
Thank you for your contributions.
|
Thank you for your contributions.
|
||||||
WARN_PR_MESSAGE: >
|
WARN_PR_MESSAGE: >
|
||||||
This PR has been automatically marked as stale because it has not had
|
This PR has been automatically marked as stale because it has not had
|
||||||
recent activity (6 months). It will be closed if no further activity occurs.
|
recent activity (1 year). It will be closed if no further activity occurs.
|
||||||
|
Any change, comment or update to this PR will reset this count.
|
||||||
Thank you for your contributions.
|
Thank you for your contributions.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -56,10 +58,10 @@ jobs:
|
|||||||
stale-pr-label: stale
|
stale-pr-label: stale
|
||||||
exempt-issue-labels: never-stale
|
exempt-issue-labels: never-stale
|
||||||
exempt-pr-labels: never-stale
|
exempt-pr-labels: never-stale
|
||||||
days-before-issue-stale: 180 # TODO(Steven): Will modify this to 90 after initial cleanup
|
days-before-issue-stale: 180
|
||||||
days-before-issue-close: 14
|
days-before-issue-close: 14
|
||||||
days-before-pr-stale: 180
|
days-before-pr-stale: 365
|
||||||
days-before-pr-close: 14
|
days-before-pr-close: 21
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
close-issue-message: ${{ env.CLOSE_ISSUE_MESSAGE }}
|
close-issue-message: ${{ env.CLOSE_ISSUE_MESSAGE }}
|
||||||
close-pr-message: ${{ env.CLOSE_PR_MESSAGE }}
|
close-pr-message: ${{ env.CLOSE_PR_MESSAGE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user