diff --git a/.github/labeler.yml b/.github/labeler.yml index acf0c00..210a036 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,7 @@ -"Need Tests": -- any: ['**'] - all: ['!__tests__/**'] +# "Need Tests": +# - any: ['**'] +# all: ['!__tests__/**'] + +@domain/core: +- package/core/* +- package/core/**/*