From 2c98d10a9216afdf63b17127fcf61b9d2fd519f3 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:31:36 -0400 Subject: [PATCH] Fix labeler labelling everything as backend (#2041) --- .github/labeler.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8fca6ed93..9b7d480c0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,8 @@ "backend": - - changed-files: - - any-glob-to-any-file: [photon-core/**, photon-server/**] - - all-globs-to-all-files: "!photon-server/src/main/resources/web/index.html" + - all: + - changed-files: + - any-glob-to-any-file: [photon-core/**, photon-server/**] + - all-globs-to-all-files: "!photon-server/src/main/resources/web/index.html" "documentation": - changed-files: - any-glob-to-any-file: [docs/**, photon-docs/**]