mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 22:03:15 -07:00
Create labeler.yml
This commit is contained in:
parent
cca83d070c
commit
1066344400
1 changed files with 9 additions and 0 deletions
9
.github/labeler.yml
vendored
Normal file
9
.github/labeler.yml
vendored
Normal 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']
|
Loading…
Add table
Add a link
Reference in a new issue