Skip to content

Commit

Permalink
Update close-stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons authored Sep 24, 2023
1 parent f85aa35 commit 362b555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
days-before-stale: 30
stale-issue-message: "This issue is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 5 days."
days-before-stale: 365
days-before-close: 5

0 comments on commit 362b555

Please sign in to comment.