From da304a76c9c74a4dcf0a38c88a860dc5f97f3c18 Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Fri, 20 Nov 2020 14:00:34 -0800 Subject: [PATCH] feat(ci): Add apps directory to bash label (#3721) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 479c71872..ef62dbb4f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,6 +13,10 @@ Documentation: Bash: - ./*.sh + - apps/**/*.sh + - conf/**/*.sh + - deps/**/*.sh + - modules/**/*.sh Cmake: - ./*.cmake