Skip to content

Commit

Permalink
Merge pull request #8673 from leseb/stale-bot
Browse files Browse the repository at this point in the history
bot: change issue and pr stale days
  • Loading branch information
travisn committed Sep 16, 2021
2 parents 79e8cf0 + 875aec7 commit e2e3fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yaml
Expand Up @@ -9,10 +9,11 @@ jobs:
runs-on: ubuntu-18.04
if: github.repository == 'rook/rook'
steps:
- uses: actions/stale@v3
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 90
days-before-issue-stale: 60
days-before-pr-stale: 30
days-before-close: 7
days-before-pr-close: 14
stale-issue-message: >
Expand Down

0 comments on commit e2e3fc8

Please sign in to comment.