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