Skip to content

Commit

Permalink
add triaged label (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed Apr 7, 2021
1 parent 89fb6c2 commit ebfd098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue was marked stale due to lack of activity. It will be closed in 30 days.'
close-issue-message: 'Closed as inactive. Feel free to reopen if this issue needs resolving.'
exempt-issue-labels: 'feature-request'
exempt-issue-labels: 'feature-request,triaged'
stale-issue-label: 'backlog'
days-before-stale: 30
days-before-close: 60

0 comments on commit ebfd098

Please sign in to comment.