Skip to content

Commit

Permalink
Update close-stale-tickets.yml
Browse files Browse the repository at this point in the history
Close any issues marked "need more info" that have not had a response after 60 days.
  • Loading branch information
Kpudlo committed Apr 3, 2023
1 parent 500228d commit 19deacc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/close-stale-tickets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: actions/stale@v8.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Closed as Stale due to no updates in the last 60 days'
stale-issue-label: 'Stale'
close-issue-message: 'Closed as Stale due to no updates in the last 60 days'
close-issue-label: 'Stale'
any-of-labels: 'Need more info'
days-before-stale: 60
days-before-close: 60
remove-stale-when-updated: true
labels-to-remove-when-stale: 'Need more info'
labels-to-remove-when-unstale: 'Stale'
Expand Down

0 comments on commit 19deacc

Please sign in to comment.