mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
chore: update pr labeler workflow
Signed-off-by: Adithya Krishna <adi@documenso.com>
This commit is contained in:
47
.github/pr-labeler.yml
vendored
47
.github/pr-labeler.yml
vendored
@ -4,47 +4,18 @@
|
|||||||
'apps: web':
|
'apps: web':
|
||||||
- apps/web/**
|
- apps/web/**
|
||||||
|
|
||||||
'docker':
|
'version bump 👀':
|
||||||
- docker/**
|
- '**/package.json'
|
||||||
|
- '**/package-lock.json'
|
||||||
|
|
||||||
'scripts':
|
'🚨 migrations 🚨':
|
||||||
- scripts/**
|
|
||||||
|
|
||||||
'migrations':
|
|
||||||
- packages/prisma/migrations/**/migration.sql
|
- packages/prisma/migrations/**/migration.sql
|
||||||
|
|
||||||
'e2e tests changes':
|
'🚨 e2e changes 🚨':
|
||||||
- packages/app-tests/e2e/**
|
- packages/app-tests/e2e/**
|
||||||
|
|
||||||
'pkg: assets':
|
"🚨 .env changes 🚨":
|
||||||
- packages/assets/**
|
- .env.example
|
||||||
|
|
||||||
'pkg: email':
|
'pkg: ee changes':
|
||||||
- packages/email/**
|
- packages/ee/**
|
||||||
|
|
||||||
'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/**
|
|
||||||
|
|||||||
Reference in New Issue
Block a user