From 2ce02b854567747544f9d1b033a4b5611c2e4b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 7 Dec 2023 16:38:46 +0200 Subject: [PATCH] Update Labeler config --- .github/labeler.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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