Skip to content

Commit

Permalink
ci(stale): increase staleness
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 7, 2024
1 parent 865bfa0 commit 35c8c9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: "This issue has been open for **7 days** with no activity. Remove the stale label or add a comment or it will be closed in **3 days**."
stale-pr-message: "This PR has been open for **7 days** with no activity. Remove the stale label or add a comment or it will be closed in **3 days**."
close-issue-message: "This issue was closed because it has been stalled for 10 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
days-before-stale: 7
days-before-close: 3
stale-issue-message: "This issue has been open for **20 days** with no activity. Remove the stale label or add a comment or it will be closed in **10 days**."
stale-pr-message: "This PR has been open for **20 days** with no activity. Remove the stale label or add a comment or it will be closed in **10 days**."
close-issue-message: "This issue was closed because it has been stalled for 30 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 30 days with no activity."
days-before-stale: 20
days-before-close: 10
exempt-pr-labels: dependencies
exempt-issue-labels: dependencies

0 comments on commit 35c8c9e

Please sign in to comment.