From bbea168c5b196362ea5dd42c5a375d47105d76fe Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 9 Aug 2024 14:00:54 +0200 Subject: [PATCH] MINOR - Add spec label on PRs for easy tracking (#17289) --- .github/labeler.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a030d929604..97fd3474614 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*"