From 5bc8b0dfbfc0e0777a6dedfd1cb158c8d152bdbd Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 21 Sep 2021 01:48:20 +0200 Subject: [PATCH] feat(CI/Labeler): Add Batch label (#7993) --- .github/labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d03e3ae96..6d2c5659c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -21,8 +21,11 @@ Bash: - deps/**/*.sh - modules/**/*.sh -Cmake: +CMake: - ./*.cmake Workflow: - .github/workflows/* + +Batch: + - apps/**/*.bat