fixed labeler

This commit is contained in:
tidusjar 2021-03-16 21:22:18 +00:00
commit 4a8e7d9eec

9
.github/labeler.yml vendored
View file

@ -1,8 +1,5 @@
automation:
- any: ['tests/**/*]
automation: tests/**/*
frontend:
- any: ['src/Ombi/ClientApp/**/*']
frontend: src/Ombi/ClientApp/**/*
backend:
- any: ['src/**/*.cs']
backend: src/**/*.cs