Skip to content

Commit

Permalink
fix: remove quotation marks to make exempt-issue-labels separated;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 24, 2023
1 parent 7eea13d commit c226c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
stale-issue-message: 'This issue had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity. Is this issue already resolved?'
stale-issue-label: 'stale'
exempt-issue-labels: 'bug,enhancement,good first issue,keep'
exempt-issue-labels: bug, enhancement, new feature, new model, good first issue, keep
stale-pr-message: 'This pull request had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity.'
stale-pr-label: 'stale'
days-before-stale: 14
Expand Down

0 comments on commit c226c43

Please sign in to comment.