From eb008750018c84e11e8dfcd14a077aeecf05cdc6 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Mon, 8 Jul 2024 16:52:29 +0100 Subject: [PATCH] Label issues with ``area/UI-UX`` only when both criteria match --- .github/labeler.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 898b95abbdf9..6536f646b6c1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -109,12 +109,13 @@ area/toolshed: - lib/toolshed/**/* - templates/webapps/tool_shed/**/* area/UI-UX: - - changed-files: - - any-glob-to-any-file: - - client/src/**/* - - templates/**/* - - all-globs-to-all-files: - - '!client/src/api/schema/schema.ts' + - all: + - changed-files: + - any-glob-to-any-file: + - client/src/**/* + - templates/**/* + - all-globs-to-all-files: + - '!client/src/api/schema/schema.ts' area/util: - changed-files: - any-glob-to-any-file: