From 68ed5149fbca150fb4346a5930396ab4258bc8bb Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Thu, 25 Jun 2026 15:23:03 +0200 Subject: [PATCH] bring back examples, add mtmd --- .github/labeler.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1af53bea3c..bf994928f9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -38,6 +38,17 @@ documentation: - **/*.md - docs/** - media/** +examples: + - all: + - changed-files: + - any-glob-to-any-file: + - app/** + - examples/** + - tools/** + - all-globs-to-all-files: + - '!tools/server/**' + - '!tools/mtmd/**' + - '!tools/ui/**' testing: - changed-files: - any-glob-to-any-file: @@ -66,6 +77,10 @@ server: - changed-files: - any-glob-to-any-file: - tools/server/** +mtmd: + - changed-files: + - any-glob-to-any-file: + - tools/mtmd/** conversion: - changed-files: - any-glob-to-any-file: