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
- Stales issues & PRs with no activity for 30 days.
- Closes stalled issues in 7 days and PRs in 14 days.
- Changed lock thread message to reflect the lock is due to issue/PR has been closed for 30 days.
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
19
+
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
20
+
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issus is still relevant, linking to this one.'
21
+
close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity. Please open a new PR if the issue is still relevant, linking to this one.'
Copy file name to clipboardExpand all lines: .github/workflows/lock.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ jobs:
22
22
issue-inactive-days: '30'
23
23
exclude-any-issue-labels: 'Discussion'
24
24
issue-comment: >
25
-
This issue has been automatically locked since there has not been any activity over the past 30 days. Please open a new issue for related bugs.
25
+
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
26
26
27
27
Please note this issue tracker is not a help forum. We recommend using [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) for questions.
28
28
29
29
pr-inactive-days: '30'
30
30
pr-comment: >
31
-
This pull request has been automatically locked since there has not been any activity over the past 30 days. Please open a new pull request for related bugs.
31
+
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new pull request for related bugs.
32
32
33
33
Please note this issue tracker is not a help forum. We recommend using [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) for questions.
0 commit comments