From a44712d1c856a8feb0165ffb093502ba4ea2f4d6 Mon Sep 17 00:00:00 2001 From: PunGrumpy <108584943+PunGrumpy@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:34:27 +0700 Subject: [PATCH] chore(labeler): fix configuration for labeler --- .github/labeler.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f232301..492fb0e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,27 +1,21 @@ -source: +'source': - 'src/**/*.{js,jsx,ts,tsx}' - -test: +'test': - 'src/**/__tests__/*.{js,jsx,ts,tsx}' - 'src/**/*.{spec,test}.{js,jsx,ts,tsx}' - -lint: +'lint': - 'lint-staged.config.js' - 'eslint.config.js' - 'prettier.config.js' - -ci/cd: +'ci/cd': - '.github/workflows/**/*.{yml,yaml}' - '.github/labeler.yml' - -changelog: +'changelog': - 'CHANGELOG.md' - -config: +'config': - 'package.json' - 'bun.lockb' - -ignore: +'ignore': - '**/node_modules/**' - '**/dist/**' - '**/build/**'