Skip to content

Commit

Permalink
Increase stale time to 180 days
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Nov 11, 2019
1 parent d624fd6 commit af677f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-stale: 180
days-before-close: 7
stale-issue-label: stale
stale-pr-label: state
stale-issue-message: 'This Issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This Pull Request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-issue-message: 'This Issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This Pull Request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days'

0 comments on commit af677f4

Please sign in to comment.