From 5948da928de83da43da9ea630957f9946210db8c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 23 Feb 2025 11:17:23 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20labeler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c20a60d..6ea2cf3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,19 +1,15 @@ build: - changed-files: - any-glob-to-any-file: - - .eslintrc.js - - .prettierrc - - .stylelintrc - - bud.config.js - - tsconfig.json + - vite.config.js dependencies: - changed-files: - any-glob-to-any-file: - - yarn.lock + - package-lock.json javascript: - changed-files: - any-glob-to-any-file: - - resources/scripts/**/*.js + - resources/js/**/*.js php: - changed-files: - any-glob-to-any-file: