From 88571052e8c6bc45036c3ce7a194d100f4debb81 Mon Sep 17 00:00:00 2001 From: dearblue Date: Sat, 9 Dec 2023 16:49:31 +0900 Subject: [PATCH] Update labeler.yml for version 5 --- .github/labeler.yml | 65 ++++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 22 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b4f73b785..742fc2b3f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,29 +1,50 @@ benchmark: - - benchmark/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - benchmark/**/* build: - - Makefile - - Rakefile - - build_config/**/* - - lib/**/* - - tasks/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - Makefile + - Rakefile + - build_config/**/* + - lib/**/* + - tasks/**/* core: - - include/**/* - - mrblib/**/* - - src/**/* - - test/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - include/**/* + - mrblib/**/* + - src/**/* + - test/**/* doc: - - CONTRIBUTING.md - - LEGAL - - LICENSE - - NEWS - - README.md - - SECURITY.md - - TODO.md - - doc/**/* - - examples/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - CONTRIBUTING.md + - LEGAL + - LICENSE + - NEWS + - README.md + - SECURITY.md + - TODO.md + - doc/**/* + - examples/**/* github: - - .github/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - .github/**/* mrbgems: - - mrbgems/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - mrbgems/**/* oss-fuzz: - - oss-fuzz/**/* + - any: + - changed-files: + - any-glob-to-any-file: + - oss-fuzz/**/*