mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed labeler
This commit is contained in:
parent
7993f63dd8
commit
4a8e7d9eec
1 changed files with 3 additions and 6 deletions
9
.github/labeler.yml
vendored
9
.github/labeler.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue