Skip to content

Commit

Permalink
Merge pull request #1071 from neXenio/fix/dont-close-stale-issues
Browse files Browse the repository at this point in the history
fix: reconfigure housekeeping action
  • Loading branch information
ademariag authored Oct 7, 2023
2 parents bcc5ca4 + ad6584d commit dccea5c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Please reopen the issue, if this happened accidently.'
days-before-issue-stale: 90
stale-issue-message: |
This issue is stale because it has been open for 1 year with no activity.
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.
days-before-issue-stale: 365
day-before-pr-stale: -1
days-before-close: 7
days-before-close: -1
days-before-pr-close: -1

0 comments on commit dccea5c

Please sign in to comment.