Skip to content

Commit

Permalink
Correct number of days in 2 years (730, not 630) (#786)
Browse files Browse the repository at this point in the history
I wondered why issue #530 was closed as not having seen any activity in 2 years when it hadn't been 2 years. This is why: this workflow had
>  days-before-issue-stale: 630
when it should be 730.
  • Loading branch information
nlharris authored Feb 12, 2024
1 parent 3428cae commit 1d6435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/stale@v7
with:
days-before-issue-stale: 630
days-before-issue-stale: 730
days-before-issue-close: 60
close-issue-label: 'autoclosed-unfixed'
close-issue-reason: 'not_planned'
Expand Down

0 comments on commit 1d6435b

Please sign in to comment.