From 1556bb82cb8cb2d4e00c1c8828f92e3e9cdfbd2b Mon Sep 17 00:00:00 2001 From: Devon Powell Date: Fri, 24 Jun 2022 15:24:35 -0400 Subject: [PATCH] chore: adjust labeler --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 953fc3b7..c1c47da9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,10 +1,10 @@ documentation: - - '*.md' + - '**/*.md' - LICENSE github-actions: - .github/workflows/*.yml javascript: - - '*.js' + - '**/*.js' - .npmrc - .nvmrc - package.json