Skip to content

Commit

Permalink
Do not close issues/PR automaticaly
Browse files Browse the repository at this point in the history
I think it is nicer when stale issues and PRs are closed by a human, not
a bot.
  • Loading branch information
robertcheramy committed Sep 24, 2024
1 parent e6b474f commit 841f16a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity.'
stale-issue-message: 'This PR is stale because it has been open 90 days with no activity.'
operations-per-run: 500
days-before-issue-stale: 90
days-before-close: 30
days-before-stale: 90
days-before-close: -1

0 comments on commit 841f16a

Please sign in to comment.