mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
* Label action changes for OpenMetadata teams * Label action changes for Openmetadata docs --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
29 lines
692 B
YAML
29 lines
692 B
YAML
# Label when source files are for UI team
|
|
ui:
|
|
- "openmetadata-ui/**/*"
|
|
- "package.json"
|
|
|
|
# Label for Devops when source files is in docker or github
|
|
devops:
|
|
- "docker/**/*"
|
|
- ".github/**/*"
|
|
|
|
# Label for backend team
|
|
backend:
|
|
- "openmetadata-service/**/*"
|
|
- "openmetadata-clients/**/*"
|
|
- "openmetadata-dist/**/*"
|
|
- "openmetadata-service/**/*"
|
|
- "openmetadata-spec/**/*"
|
|
|
|
#Label for ingestion, when source file is in ingestion or airflow
|
|
ingestion:
|
|
- "openmetadata-airflow-apis/**/*"
|
|
- "ingestion/**/*"
|
|
- "ingestion-core/**/*"
|
|
|
|
#Label for documentation , when source file is in docs
|
|
documentation :
|
|
- "openmetadata-docs/**/*"
|
|
- "openmetadata-docs-v1/**/*"
|