mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Prefer old issues/prs and only issues already labeled as stale
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
parent
7070a1721f
commit
e31488ff7c
4
.github/workflows/stale.yml
vendored
4
.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'
|
||||
|
Loading…
Reference in New Issue
Block a user