1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "categories": [
- {
- "title": "## 🚀 Features",
- "labels": ["feature"],
- "exhaustive": true
- },
- {
- "title": "## 🐛 Fixes and 🤏 Small Changes",
- "labels": ["fix"],
- "exhaustive": true
- },
- {
- "title": "## 🧪 Tests",
- "labels": ["test"],
- "exhaustive": true
- },
- {
- "title": "## 🤝 Dependencies and 🤖 Generated Code",
- "labels": ["dependencies"],
- "exhaustive": true
- },
- {
- "title": "## 📃 Documentation",
- "labels": ["documentation"],
- "exhaustive": true
- }
- ],
- "ignore_labels": [
- "ignore"
- ],
- "tag_resolver": {
- "filter": {
- "pattern": "<from-workflow>"
- },
- "transformer": {
- "pattern": "<from-workflow>",
- "target": "$1"
- }
- }
- }
|