From fe3111c308aa51acd2873b58e69e381b27d109ec Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 23 Nov 2024 03:37:48 +0100 Subject: [PATCH] GH Actions: tweak auto-label configuration * Handle the new `Core Component: Generators` label. * Improve regex to identify documentation changes (prevent confusion over tests). --- .github/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index bd6a522938..3dd66bbb81 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -21,6 +21,10 @@ labels: draft: false files: - "src/Fixer.php$" + - label: "Core Component: Generators" + draft: false + files: + - "src/Generators/.*" - label: "Core Component: Reports" draft: false files: @@ -90,7 +94,7 @@ labels: - label: "Type: documentation" draft: false files: - - '/Docs/[A-Za-z0-9-]*/.*Standard.xml$' + - 'src/Standards/.*/Docs/[A-Za-z0-9-]*/.*Standard.xml$' - label: "Type: documentation" draft: false files: