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

4
.github/labeler.yml vendored
View File

@ -26,3 +26,7 @@ ingestion:
documentation: documentation:
- "openmetadata-docs/**/*" - "openmetadata-docs/**/*"
- "openmetadata-docs-v1/**/*" - "openmetadata-docs-v1/**/*"
# Label to help us track spec changes
spec:
- "openmetadata-spec/**/*"