ci: Add dependencies/codegen to rel notes

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/154/head
Dave Tucker 3 years ago
parent dc16739b06
commit fbed584f78

@ -6,7 +6,7 @@
"exhaustive": true "exhaustive": true
}, },
{ {
"title": "## 🐛 Fixes", "title": "## 🐛 Fixes and 🤏 Small Changes",
"labels": ["fix"], "labels": ["fix"],
"exhaustive": true "exhaustive": true
}, },
@ -14,6 +14,11 @@
"title": "## 🧪 Tests", "title": "## 🧪 Tests",
"labels": ["test"], "labels": ["test"],
"exhaustive": true "exhaustive": true
},
{
"title": "## 🤝 Dependencies and 🤖 Generated Code",
"labels": ["dependencies"],
"exhaustive": true
} }
], ],
"ignore_labels": [ "ignore_labels": [

Loading…
Cancel
Save