mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
d2dd84ad4b
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user