Skip to content

Commit

Permalink
Bump number of days
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder authored Aug 22, 2024
1 parent 7aecf7a commit 369f54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/stale@v9.0.0
with:
days-before-issue-stale: 7
days-before-issue-close: 3
days-before-issue-stale: 35
days-before-issue-close: 7
stale-issue-label: "stale"
stale-issue-message: "This issue has been marked as stale because it has been open for 7 days with no activity."
close-issue-message: "This issue was closed because there has been no activity since being marked as stale."
Expand Down

0 comments on commit 369f54b

Please sign in to comment.