Skip to content

Commit

Permalink
ci:make match exhaustive
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Jan 7, 2022
1 parent ee46f42 commit 403fb2e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/changelog-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"]
"labels": ["feature"],
"exhaustive": true
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"]
"labels": ["fix"],
"exhaustive": true
},
{
"title": "## 🧪 Tests",
"labels": ["test"]
"labels": ["test"],
"exhaustive": true
}
],
"ignore_labels": [
Expand Down

0 comments on commit 403fb2e

Please sign in to comment.