Skip to content

Commit

Permalink
chore: Make triage bot add needs triage label to new issues (microsof…
Browse files Browse the repository at this point in the history
  • Loading branch information
sopranopillow authored Aug 28, 2023
1 parent 1f13e55 commit 02ba3f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/triage-bot.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"params": [
{
"keyword": "(@fluentui/react-northstar)",
"labels": ["Fluent UI react-northstar (v0)"],
"labels": ["Fluent UI react-northstar (v0)", "Needs: Triage :mag:"],
"assignees": []
},
{ "keyword": "(@fluentui/react)", "labels": ["Fluent UI react (v8)"], "assignees": [] },
{ "keyword": "(@fluentui/react)", "labels": ["Fluent UI react (v8)", "Needs: Triage :mag:"], "assignees": [] },
{
"keyword": "(@fluentui/react-components)",
"labels": ["Fluent UI react-components (v9)"],
"labels": ["Fluent UI react-components (v9)", "Needs: Triage :mag:"],
"assignees": []
},
{
Expand Down

0 comments on commit 02ba3f4

Please sign in to comment.