Merge pull request #13758 from ethereum/close-stale-issues

Prefer old issues/prs and only issues already labeled as stale
This commit is contained in:
Kamil Śliwak 2022-11-29 17:32:08 +01:00 committed by GitHub
commit d2dd84ad4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ permissions:
pull-requests: write
env:
BEFORE_ISSUE_STALE: 180
BEFORE_ISSUE_STALE: 334
BEFORE_ISSUE_CLOSE: 0 #FIXME: change to 14 days
BEFORE_PR_STALE: 14
BEFORE_PR_CLOSE: 7
@ -31,6 +31,8 @@ jobs:
Hi everyone! This issue has been closed due to inactivity.
If you think this issue is still relevant in the latest Solidity version and you have something to [contribute](https://docs.soliditylang.org/en/latest/contributing.html), feel free to reopen.
However, unless the issue is a concrete proposal that can be implemented, we recommend starting a language discussion on the [forum](https://forum.soliditylang.org) instead.
any-of-issue-labels: stale # TODO: remove this when we're done with closing ancient issues
ascending: true # TODO: remove this when we're done with closing ancient issues
stale-issue-label: stale
close-issue-label: closed-due-inactivity
exempt-issue-labels: 'bug :bug:,roadmap,selected-for-development,must have'
@ -46,5 +48,6 @@ jobs:
exempt-pr-labels: 'external contribution :star:,roadmap,epic'
exempt-draft-pr: true
exempt-all-milestones: true
remove-stale-when-updated: true
# remove-stale-when-updated: true # TODO: uncomment and remove the line below when we're done with closing ancient issues
remove-issue-stale-when-updated: false
operations-per-run: 128