Skip to content

Commit

Permalink
lower stale issue to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Mar 30, 2023
1 parent e49a595 commit 9e097c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
stale-issue-label: 'lifecycle/stale'
stale-pr-label: 'lifecycle/stale'
stale-issue-message: |
Marking this issue as stale due to 90 days of inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the `lifecycle/stale` label.
Marking this issue as stale due to 30 days of inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the `lifecycle/stale` label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
stale-pr-message: |
Marking this pull request as stale due to 14 days of inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the `lifecycle/stale` label.
If this pull request was automatically closed and you feel this pull request should be reopened, we encourage creating a new pull request linking back to this one for added context. Thank you!
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
days-before-issue-stale: 90
days-before-issue-stale: 30
days-before-pr-stale: 14
days-before-issue-close: 7
days-before-pr-close: 7
Expand Down

0 comments on commit 9e097c7

Please sign in to comment.