Browse Source

Fixes stale issue workflow

main
Eric Amodio 4 years ago
parent
commit
c6080d1213
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/issues-stale.yml

+ 2
- 2
.github/workflows/issues-stale.yml View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-close: 7
days-before-stale: 0
days-before-close: 1
days-before-stale: 6
only-labels: 'status: needs more info'
close-issue-message: 'Closing this issue because it needs more information and has not had recent activity. Please re-open this issue when more details can be provided.\n\nThanks!'

Loading…
Cancel
Save