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/lock-threads.yml
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,39 @@ jobs:
23
23
with:
24
24
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
25
25
days-before-issue-stale: 30
26
-
days-before-pr-stale: 45
26
+
days-before-pr-stale: 50
27
27
days-before-issue-close: 10
28
28
days-before-pr-close: 10
29
-
exempt-issue-labels: 'needs-triage,prioritized'
30
-
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 10 days.'
31
-
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
32
-
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
33
-
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
We currently close issues after 40 days of inactivity. It's been 30 days since the last update here. If we missed this issue, please reply here. Otherwise, we'll close this issue in 10 days.
35
+
36
+
As a friendly reminder: The best way to see an issue fixed is to open a pull request. If you're not sure how to do that, please check out our [contributing guide](https://github.com/clerkinc/javascript/blob/main/docs/CONTRIBUTING.md).
37
+
38
+
Thanks for being a part of the Clerk community! 🙏
39
+
stale-pr-message: |
40
+
Hello 👋
41
+
42
+
We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days.
43
+
44
+
Thanks for being a part of the Clerk community! 🙏
45
+
close-issue-message: |
46
+
Hello again 👋
47
+
48
+
After 40 days of no activity, we'll close this issue. Keep in mind, I'm just a robot, so if I've closed this issue in error, please reply here and my human colleagues will reopen it.
49
+
50
+
As a friendly reminder: The best way to see an issue fixed is to open a pull request. If you're not sure how to do that, please check out our [contributing guide](https://github.com/clerkinc/javascript/blob/main/docs/CONTRIBUTING.md).
51
+
52
+
Thanks for being a part of the Clerk community! 🙏
53
+
close-pr-message: |
54
+
Hello again 👋
55
+
56
+
After 60 days of no activity, we'll close this PR. Keep in mind, I'm just a robot, so if I've closed this PR in error, please reply here and my human colleagues will reopen it.
0 commit comments