Skip to content

Commit

Permalink
Merge pull request ethereum#13758 from ethereum/close-stale-issues
Browse files Browse the repository at this point in the history
Prefer old issues/prs and only issues already labeled as stale
  • Loading branch information
cameel authored Nov 29, 2022
2 parents 7cb76ee + 35f4456 commit d2dd84a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand All @@ -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

0 comments on commit d2dd84a

Please sign in to comment.