Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/stale@v9
name: Regular stale action
with:
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
days-before-issue-stale: 30
days-before-pr-stale: 50
days-before-issue-close: 10
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
- uses: actions/stale@v9
name: Stale action for needs-reproduction issues
with:
repo-token: ${{ secrets.CLERK_COOKIE_PAT }}
days-before-issue-stale: 7
days-before-issue-close: 1
exempt-all-assignees: true
Expand All @@ -78,7 +76,6 @@ jobs:
After 8 days without a reproduction being supplied, we are closing 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. Likewise if a reproduction is prepared after it has been closed.
- uses: dessant/lock-threads@v4
with:
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
issue-inactive-days: '365'
issue-comment: '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.'
process-only: 'issues'
Expand Down