Create labeler.yml

This commit is contained in:
Jamie 2021-03-16 08:44:32 +00:00 committed by GitHub
commit 1066344400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/labeler.yml vendored Normal file
View file

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