Skip to content

Commit

Permalink
ci: update stale issue label and days before close (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Feb 4, 2024
1 parent f859d48 commit 0fae3fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
with:
repo-token: ${{ secrets.STALE_TOKEN }}
close-issue-message: "This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you."
days-before-issue-close: 1
days-before-issue-close: 7
days-before-issue-stale: 15
stale-pr-label: "stale?"
days-before-pr-close: -1
days-before-pr-stale: -1
exempt-issue-labels: "roadmap,next,bug"
Expand Down

0 comments on commit 0fae3fd

Please sign in to comment.