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
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ jobs:
14
14
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
15
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
16
# The message to post on the issue when tagging it. If none provided, will not mark issues stale.
17
-
stale-issue-message: "This issue has been marked as stale due to 90 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring."
17
+
stale-issue-message: "This issue has been marked as stale due to 60 days of inactivity. Stale issues will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring."
18
18
# The message to post on the pr when tagging it. If none provided, will not mark pull requests stale.
19
-
stale-pr-message: "This pull request has been marked as stale due to 90 days of inactivity. Stale PRs will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring."
19
+
stale-pr-message: "This pull request has been marked as stale due to 60 days of inactivity. Stale PRs will be closed after a further 30 days of inactivity; please remove the stale label in order to prevent this occurring."
20
20
# The message to post on the issue when closing it. If none provided, will not comment when closing an issue.
21
21
close-issue-message: "Closing stale issue due to further inactivity."
22
22
# The message to post on the pr when closing it. If none provided, will not comment when closing a pull requests.
23
23
close-pr-message: "Closing stale PR due to further inactivity."
24
24
# The number of days old an issue can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically.
25
-
days-before-stale: 90
25
+
days-before-stale: 60
26
26
# The number of days to wait to close an issue or pull request after it being marked stale. Set to -1 to never close stale issues.
0 commit comments