Skip to content

Commit fe5c834

Browse files
committed
chore(repo): Make stale messages more human
1 parent 4eb713a commit fe5c834

1 file changed

Lines changed: 31 additions & 6 deletions

File tree

.github/workflows/lock-threads.yml

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,39 @@ jobs:
2323
with:
2424
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
2525
days-before-issue-stale: 30
26-
days-before-pr-stale: 45
26+
days-before-pr-stale: 50
2727
days-before-issue-close: 10
2828
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.'
29+
exempt-all-assignees: true
30+
exempt-issue-labels: 'needs-triage,prioritized,feature-request'
31+
stale-issue-message: |
32+
Hello 👋
33+
34+
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.
57+
58+
Thanks for being a part of the Clerk community! 🙏
3459
- uses: dessant/lock-threads@v4
3560
with:
3661
github-token: ${{ secrets.CLERK_COOKIE_PAT }}

0 commit comments

Comments
 (0)