chore: lower days-before-stale from 60 to 28 (#1996)
* chore: lower days-before-stale from 60 to 28 * Add CONTRIBUTING.md note regarding PRs being active
This commit is contained in:
@@ -24,13 +24,13 @@ jobs:
|
||||
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
|
||||
with:
|
||||
repo-token: ${{ steps.app-token.outputs.token }}
|
||||
days-before-stale: 60
|
||||
days-before-stale: 28
|
||||
days-before-close: 7
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
any activity in the last 60 days. It will be closed in 7 days if no
|
||||
any activity in the last 28 days. It will be closed in 7 days if no
|
||||
further activity occurs.
|
||||
close-issue-message: >
|
||||
This issue has been automatically closed because it has been stale for
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
reopen the issue.
|
||||
stale-pr-message: >
|
||||
This pull request has been automatically marked as stale because it has
|
||||
not had any activity in the last 60 days. It will be closed in 7 days
|
||||
not had any activity in the last 28 days. It will be closed in 7 days
|
||||
if no further activity occurs.
|
||||
close-pr-message: >
|
||||
This pull request has been automatically closed because it has been
|
||||
|
||||
Reference in New Issue
Block a user