From ad93e8b8c74c1b5d3a66a70b758b243e1501ca95 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 18 Jan 2024 12:36:07 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20labeler=20action=20(#3177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 557156db29..c20a60dbcc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,21 +1,27 @@ build: -- .eslintrc.js -- .prettierrc -- .stylelintrc -- bud.config.js -- tsconfig.json - + - changed-files: + - any-glob-to-any-file: + - .eslintrc.js + - .prettierrc + - .stylelintrc + - bud.config.js + - tsconfig.json dependencies: -- yarn.lock - + - changed-files: + - any-glob-to-any-file: + - yarn.lock javascript: -- resources/scripts/**/*.js - + - changed-files: + - any-glob-to-any-file: + - resources/scripts/**/*.js php: -- functions.php -- app/**/*.php -- resources/views/**/*.php - + - changed-files: + - any-glob-to-any-file: + - functions.php + - app/**/*.php + - resources/views/**/*.php views: -- index.php -- resources/views/**/*.php + - changed-files: + - any-glob-to-any-file: + - index.php + - resources/views/**/*.php