From 57131dfa8d41e5272d591f8492a4f3ab0700f4b5 Mon Sep 17 00:00:00 2001 From: Neyl-123 <97339070+Neyl-123@users.noreply.github.com> Date: Wed, 13 May 2026 14:43:36 +0200 Subject: [PATCH] chore: cleanup labeler There is no apps/updater folder but there is apps/api --- .github/labeler.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yaml b/.github/labeler.yaml index 6a6cbbfe..12dd92ac 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -1,19 +1,19 @@ -# Add web label if they changed web code -web: +# Add api label if they changed api code +api: - changed-files: - - any-glob-to-any-file: apps/web/** + - any-glob-to-any-file: apps/api/** + +# Add bot label if they changed bot code +bot: + - changed-files: + - any-glob-to-any-file: apps/bot/** # Add desktop label if they changed desktop code desktop: - changed-files: - any-glob-to-any-file: apps/desktop/** - -# Add updater label if they changed updater code -updater: - - changed-files: - - any-glob-to-any-file: apps/updater/** - -# Add updater label if they changed updater code -bot: + +# Add web label if they changed web code +web: - changed-files: - - any-glob-to-any-file: apps/bot/** + - any-glob-to-any-file: apps/web/**