From 07ac54376d41c7cf3b9873f37c9ec66501f5b78b Mon Sep 17 00:00:00 2001 From: Ilithy <36798218+Ilithy@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:16:42 +0200 Subject: [PATCH] Update PR labeler (#114) --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index aac2896..7816408 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,6 +6,11 @@ Assets: - app/src/main/assets/**/* +# Add 'Automation' label to any file changes within scripts or workflows dir +Automation: +- .github/scripts/**/* +- .github/workflows/**/* + # Add 'Github' label to any git file changes within the source dir Github: - .github/**/*