From 7e6bf6e7a177848df28e5e0cdfb39b94a43c8c4b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 27 Apr 2024 19:52:26 +0200 Subject: [PATCH] ci: add auto-label rule for gallery in labeler.yml Signed-off-by: Ettore Di Giacinto --- .github/labeler.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 64a88f43..687a90d1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,6 +8,11 @@ kind/documentation: - changed-files: - any-glob-to-any-file: '*.md' +area/ai-model: +- any: + - changed-files: + - any-glob-to-any-file: 'gallery/*' + examples: - any: - changed-files: @@ -16,4 +21,4 @@ examples: ci: - any: - changed-files: - - any-glob-to-any-file: '.github/*' \ No newline at end of file + - any-glob-to-any-file: '.github/*'