Skip to content

Commit 00aa316

Browse files
committed
feat: Add new prefixes for extensions and connectors in prefix-labels.json
1 parent c35b0ce commit 00aa316

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/devtools/config/prefix-labels.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
"IAC-": {
6767
"labels": ["infrastructure-as-code"],
6868
"description": "Infrastructure as Code projects"
69+
},
70+
"EXT-": {
71+
"labels": ["extension", "plugin", "addon"],
72+
"description": "Platform-agnostic extensions and plugins"
73+
},
74+
"CON-": {
75+
"labels": ["connector", "integration"],
76+
"description": "External system connectors and integrations"
6977
}
7078
}
7179
}

0 commit comments

Comments
 (0)