Skip to content

Commit

Permalink
Change Stale Thresholds (ethereum#5360)
Browse files Browse the repository at this point in the history
* Update stale bot config

* Remove extra space

* Increase threshold

* Undo non-relevant changes

* Flip flop
  • Loading branch information
Pandapip1 authored and nachomazzara committed Jan 13, 2023
1 parent 5eb8d9c commit 5d01bae
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
# Issue config
stale-issue-message: There has been no activity on this issue for six months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.
close-issue-message: This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback.
days-before-issue-stale: 180
days-before-issue-close: 14
exempt-issue-labels: discussions-to
days-before-issue-stale: 7
days-before-issue-close: 49 # 49 + 7 weeks = 3 months
exempt-issue-labels: discussions-to,long-term
stale-issue-label: stale
# PR config
stale-pr-message: There has been no activity on this pull request for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.
close-pr-message: This pull request was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.
days-before-pr-stale: 60
days-before-pr-close: 7
stale-pr-label: stale
days-before-pr-stale: 14
days-before-pr-close: 42 # 42 + 14 weeks = 3 months
exempt-pr-labels: long-term
stale-pr-label: "waiting: response from author"

0 comments on commit 5d01bae

Please sign in to comment.