From 1066344400b8903d2dcb3a8559fc869ae1971072 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 16 Mar 2021 08:44:32 +0000 Subject: [PATCH] Create labeler.yml --- .github/labeler.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..57c72ae71 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,9 @@ +# Add 'test' label to any change to *.spec.js files within the source dir +automation: + - tests/**/* + +frontend: +- any: ['src/Ombi/ClientApp/**/*'] + +backend: +- any: ['src/**/*.cs']