From 7149ec8dcacfd5e2f750992e4f089e96a1161245 Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:52:41 +0000 Subject: [PATCH] Update and add labels (#2446) --- .github/labeler.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6576425596..26d062a41b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ -auto-sync-files: +Auto-Sync-files: - suite/auto-sync/* LLVM-core-files: @@ -161,3 +161,15 @@ XCore: - cstool/cstool_xcore.c - include/capstone/xcore.h - tests/test_xcore.c + +python: + - bindings/python/* + +ocaml: + - bindings/ocaml/* + +java: + - bindings/java/* + +Github-files: + - .github/*