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']