From efb806fd8056d831f86ac930e49b68a9713efcfc Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 16 Dec 2024 10:27:01 +0100 Subject: [PATCH] update: harmonize label names (#605) --- .github/workflow-config/labeling-rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow-config/labeling-rules.yaml b/.github/workflow-config/labeling-rules.yaml index f3efcf8a..1940cd34 100644 --- a/.github/workflow-config/labeling-rules.yaml +++ b/.github/workflow-config/labeling-rules.yaml @@ -5,7 +5,7 @@ platform: - changed-files: - any-glob-to-any-file: 'docs/platform/**' -service/alloydb_omni: +service/alloydbomni: - changed-files: - any-glob-to-any-file: 'docs/products/alloydbomni/**' @@ -45,7 +45,7 @@ service/mysql: - changed-files: - any-glob-to-any-file: 'docs/products/mysql/**' -service/postgresql: +service/pg: - changed-files: - any-glob-to-any-file: 'docs/products/postgresql/**'