From 21f75c07117adf0806a2c2afcb9578ca9198edb5 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 12 Jan 2021 14:29:19 +0100 Subject: [PATCH] Fix the negation rules in labeler configuration (#4727) --- .github/labeler.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 27f4d96e1..369121e8f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,8 +3,10 @@ "Category: Alias": - redbot/cogs/alias/* "Category: Audio Cog": - - redbot/cogs/audio/**/* - - "!redbot/cogs/audio/**/locales/*" + - any: + - redbot/cogs/audio/**/* + all: + - "!redbot/cogs/audio/**/locales/*" "Category: Bank API": - redbot/core/bank.py "Category: Bank Cog": @@ -28,8 +30,10 @@ "Category: Cleanup Cog": - redbot/cogs/cleanup/* "Category: Command Module": - - redbot/core/commands/* - - "!redbot/core/commands/help.py" + - any: + - redbot/core/commands/* + - all: + - "!redbot/core/commands/help.py" "Category: Config": - redbot/core/drivers/* - redbot/core/config.py