From 6decf33226c236e9be6df488f6c50814c745c34e Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Tue, 25 Jun 2024 16:02:24 -0400 Subject: [PATCH] chore: better auto labels (#10632) --- .github/labeler.yml | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 47f755f43c..a0eec41346 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,23 +1,35 @@ cli: -- changed-files: - - any-glob-to-any-file: cli/** + - changed-files: + - any-glob-to-any-file: + - cli/src/** documentation: -- changed-files: - - any-glob-to-any-file: docs/** + - changed-files: + - any-glob-to-any-file: + - docs/blob/** + - docs/docs/** + - docs/src/** + - docs/static/** 🖥️web: -- changed-files: - - any-glob-to-any-file: web/** + - changed-files: + - any-glob-to-any-file: + - web/src/** + - web/static/** 📱mobile: -- changed-files: - - any-glob-to-any-file: mobile/** + - changed-files: + - any-glob-to-any-file: + - mobile/lib/** + - mobile/test/** 🗄️server: -- changed-files: - - any-glob-to-any-file: server/** + - changed-files: + - any-glob-to-any-file: + - server/src/** + - server/test/** 🧠machine-learning: -- changed-files: - - any-glob-to-any-file: machine-learning/** + - changed-files: + - any-glob-to-any-file: + - machine-learning/app/**