MINOR - Add spec label on PRs for easy tracking (#17289)

This commit is contained in:
Pere Miquel Brull 2024-08-09 14:00:54 +02:00 committed by GitHub
parent 8b4f0e67da
commit bbea168c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.github/labeler.yml vendored
View File

@ -16,13 +16,17 @@ backend:
- "openmetadata-service/**/*" - "openmetadata-service/**/*"
- "openmetadata-spec/**/*" - "openmetadata-spec/**/*"
#Label for ingestion, when source file is in ingestion or airflow # Label for ingestion, when source file is in ingestion or airflow
ingestion: ingestion:
- "openmetadata-airflow-apis/**/*" - "openmetadata-airflow-apis/**/*"
- "ingestion/**/*" - "ingestion/**/*"
- "ingestion-core/**/*" - "ingestion-core/**/*"
#Label for documentation , when source file is in docs # Label for documentation , when source file is in docs
documentation : documentation:
- "openmetadata-docs/**/*" - "openmetadata-docs/**/*"
- "openmetadata-docs-v1/**/*" - "openmetadata-docs-v1/**/*"
# Label to help us track spec changes
spec:
- "openmetadata-spec/**/*"