From 52e696c90eea9458a70160c7e05fa100e700d6c0 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Mon, 4 Dec 2023 18:12:43 +0530 Subject: [PATCH] chore: update pr labeler workflow Signed-off-by: Adithya Krishna --- .github/pr-labeler.yml | 47 ++++++++---------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index b9695c993..4fb68aa2f 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -4,47 +4,18 @@ 'apps: web': - apps/web/** -'docker': - - docker/** +'version bump 👀': + - '**/package.json' + - '**/package-lock.json' -'scripts': - - scripts/** - -'migrations': +'🚨 migrations 🚨': - packages/prisma/migrations/**/migration.sql -'e2e tests changes': +'🚨 e2e changes 🚨': - packages/app-tests/e2e/** -'pkg: assets': - - packages/assets/** +"🚨 .env changes 🚨": + - .env.example -'pkg: email': - - packages/email/** - -'pkg: eslint-config': - - packages/eslint-config/** - -'pkg: lib': - - packages/lib/** - -'pkg: prettier-config': - - packages/prettier-config/** - -'pkg: prisma': - - packages/prisma/** - -'pkg: signing': - - packages/signing/** - -'pkg: tailwind-config': - - packages/tailwind-config/** - -'pkg: trpc': - - packages/trpc/** - -'pkg: tsconfig': - - packages/tsconfig/** - -'pkg: ui': - - packages/ui/** +'pkg: ee changes': + - packages/ee/**