You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+9-7
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,17 @@ jobs:
30
30
stale-issue-label: 'stale'
31
31
stale-pr-label: 'stale'
32
32
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.
35
36
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.
38
40
close-issue-message: 'This issue was closed because it has been stale for 14 days with no activity.'
39
41
close-pr-message: 'This PR was closed because it has been stale for 14 days with no activity.'
0 commit comments