From 7210c1d5360f1643f1d56220c6c7f51e506f6680 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Tue, 9 Jan 2024 09:01:28 -0500 Subject: [PATCH] Add LLVM, Doc and more specific cs_core_labels --- .github/labeler.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 072d528a3e..913bc22542 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,22 @@ auto-sync-files: - suite/auto-sync/* +LLVM-core-files: + - MC*.[ch] + +LLVM-generated-files: + - any-glob-to-any-file: '**/*.inc' + +Documentation: + - any-glob-to-any-file: '**/*.md' + CS-core-files: - - /* + - cs*.[ch] + - SStream.[ch] + - utis.[ch] + - MathExtras.h + - Mapping.[ch] + - LEB128.h - cstool/cstool.[ch] - cstool/getopt.[ch] - include/capstone/capstone.h