Skip to content

Commit 49a81ec

Browse files
committed
Workflows: stale adjustment
1 parent eb8856b commit 49a81ec

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/stale.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ jobs:
3030
stale-issue-label: 'stale'
3131
stale-pr-label: 'stale'
3232
stale-issue-message: |
33-
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 14 days it will automatically be closed. Maintainers can also remove the `stale` label.
34-
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!
33+
Marking this issue as stale due to 120 days of inactivity. If this issue receives no comments in the next 30 days it will be closed. Maintainers can also remove the `stale` label.
34+
35+
Please comment with more information if you would like this issue to remain open.
3536
stale-pr-message: |
36-
Marking this pull request as stale due to 30 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 14 days it will automatically be closed. Maintainers can also remove the `stale` label.
37-
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!
37+
Marking this pull request as stale due to 30 days of inactivity. If this pull request receives no comments in the next 14 days it will be closed. Maintainers can also remove the `stale` label.
38+
39+
To help this pull request get reviewed, please check that it is rebased onto the latest ${{ github.event.repository.default_branch }} and is passing automated checks. It also helps if you could reference an issue that the pull request resolves, and create one if it doesn't exist.
3840
close-issue-message: 'This issue was closed because it has been stale for 14 days with no activity.'
3941
close-pr-message: 'This PR was closed because it has been stale for 14 days with no activity.'
40-
days-before-issue-stale: 90
42+
days-before-issue-stale: 120
4143
days-before-pr-stale: 30
42-
days-before-issue-close: 14
44+
days-before-issue-close: 30
4345
days-before-pr-close: 14
44-
exempt-issue-labels: keep-open,bug,enhancement
46+
exempt-issue-labels: keep-open,bug,enhancement,documentation

0 commit comments

Comments
 (0)