Skip to content

Commit

Permalink
Update close-stale-tickets.yml
Browse files Browse the repository at this point in the history
Fixing target label
  • Loading branch information
Kpudlo committed Mar 31, 2023
1 parent d38ac9f commit 500228d
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 @@ -22,10 +22,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Closed as Stale due to no updates in the last 60 days'
stale-issue-label: 'Stale'
any-of-labels: 'Needs More Info'
any-of-labels: 'Need more info'
days-before-stale: 60
remove-stale-when-updated: true
labels-to-remove-when-stale: 'Needs More Info'
labels-to-remove-when-stale: 'Need more info'
labels-to-remove-when-unstale: 'Stale'
labels-to-add-when-unstale: 'Needs Review'
labels-to-add-when-unstale: 'Review'

0 comments on commit 500228d

Please sign in to comment.