diff --git a/.github/labeler.yml b/.github/labeler.yml index 969a66b..8066760 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,13 @@ dependencies: -- package-lock.json +- changed-files: + - any-glob-to-any-file: + - package-lock.json documentation: -- README.md -- SECURITY.md -- CONTRIBUTING.md -- LICENSE -- .env_example +- changed-files: + - any-glob-to-any-file: + - README.md + - SECURITY.md + - CONTRIBUTING.md + - LICENSE + - .env_example