mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ensure that stale label is not removed from processed ancient issues
This commit is contained in:
parent
e31488ff7c
commit
35f4456be2
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -48,5 +48,6 @@ jobs:
|
|||||||
exempt-pr-labels: 'external contribution :star:,roadmap,epic'
|
exempt-pr-labels: 'external contribution :star:,roadmap,epic'
|
||||||
exempt-draft-pr: true
|
exempt-draft-pr: true
|
||||||
exempt-all-milestones: 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
|
operations-per-run: 128
|
||||||
|
Loading…
Reference in New Issue
Block a user