mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
MINOR - Add spec label on PRs for easy tracking (#17289)
This commit is contained in:
parent
8b4f0e67da
commit
bbea168c5b
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@ -16,13 +16,17 @@ backend:
|
||||
- "openmetadata-service/**/*"
|
||||
- "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:
|
||||
- "openmetadata-airflow-apis/**/*"
|
||||
- "ingestion/**/*"
|
||||
- "ingestion-core/**/*"
|
||||
|
||||
#Label for documentation , when source file is in docs
|
||||
documentation :
|
||||
# Label for documentation , when source file is in docs
|
||||
documentation:
|
||||
- "openmetadata-docs/**/*"
|
||||
- "openmetadata-docs-v1/**/*"
|
||||
|
||||
# Label to help us track spec changes
|
||||
spec:
|
||||
- "openmetadata-spec/**/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user