Skip to content

Commit

Permalink
Merge pull request #1 from Rot127/auto-labeler
Browse files Browse the repository at this point in the history
Add LLVM, Doc and more specific cs_core_labels
  • Loading branch information
XVilka authored Jan 9, 2024
2 parents ce2e3ae + 7210c1d commit 905a76e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 905a76e

Please sign in to comment.