diff --git a/.github/labeler.yml b/.github/labeler.yml index 57c72ae71..652fd0bf0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,5 @@ -# Add 'test' label to any change to *.spec.js files within the source dir automation: - - tests/**/* + - any: ['tests/**/*] frontend: - any: ['src/Ombi/ClientApp/**/*']