From 5ae8c2b5add38220b947dd863b16c668e8c7def5 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:26:33 -0600 Subject: [PATCH] Change to wildcard --- .github/labeler.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 93fe572cc919..2743104f410e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -27,7 +27,5 @@ - '!WebHostLib/**' - any-glob-to-any-file: # exceptions to the above rules of "stuff that isn't core" - 'worlds/generic/**/*.py' - - 'worlds/Files.py' - - 'worlds/AutoWorld.py' - - 'worlds/__init__.py' + - 'worlds/*.py' - 'CommonClient.py'