-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
25 lines (23 loc) · 1.04 KB
/
CODEOWNERS
File metadata and controls
25 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# These owners will be the default owners for everything in the repo.
* @camunda/connectors
# Custom rule for AI & IDP collaborators
/connectors/agentic-ai @camunda/connectors-agentic-ai @camunda/connectors
/connectors/idp-extraction @camunda/connectors-idp @camunda/connectors
/connectors/embeddings-vector-database @camunda/connectors-agentic-ai @camunda/connectors
/connectors-e2e-test/connectors-e2e-test-agentic-ai @camunda/connectors-agentic-ai @camunda/connectors
/connectors/aws/aws-bedrock-codeinterpreter @camunda/connectors-agentic-ai @camunda/connectors
/connectors/aws/aws-bedrock-knowledgebase @camunda/connectors-agentic-ai @camunda/connectors
/connectors/aws/aws-bedrock-agentcore-runtime @camunda/connectors-agentic-ai @camunda/connectors
# These files are excluded so that Renovate can automatically merge dependency upgrades
renovate.json
**/*.yaml
**/*.yml
.github/**/*.yaml
.github/**/*.yml
.ci/preview-environments/charts/c8sm/*.yaml
**/Dockerfile
**/docker-images.properties
.tool-versions
**/pom.xml
**/package.json
**/package-lock.json