Skip to content

Commit

Permalink
Update stale rules to keep tracking issues open
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Dec 3, 2024
1 parent 26ae260 commit 005ebc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
26 changes: 0 additions & 26 deletions .github/stale.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 'Close stale issues and PRs'
name: "Close stale issues and PRs"
on:
schedule:
- cron: '30 1 * * *'
- cron: "30 1 * * *"

jobs:
stale:
Expand All @@ -14,8 +14,8 @@ jobs:
stale-pr-label: stale
days-before-stale: 90
days-before-close: 14
exempt-issue-labels: 'good first issue'
exempt-issue-labels: "good first issue,tracking"
close-issue-label: closed-stale
close-pr-label: closed-stale
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the `stale` label, or leave a comment, or this will be closed in 14 days.'
stale-pr-message: 'This pull request is stale because it has been open 90 days with no activity. Remove the `stale` label, or leave a comment, or this will be closed in 14 days.'
stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove the `stale` label, or leave a comment, or this will be closed in 14 days."
stale-pr-message: "This pull request is stale because it has been open 90 days with no activity. Remove the `stale` label, or leave a comment, or this will be closed in 14 days."

0 comments on commit 005ebc3

Please sign in to comment.