mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
21 lines
354 B
YAML
21 lines
354 B
YAML
'apps: web':
|
|
- apps/remix/**
|
|
|
|
'type: documentation'
|
|
- apps/docs/**
|
|
|
|
'version bump 👀':
|
|
- '**/package.json'
|
|
- '**/package-lock.json'
|
|
|
|
'🚨 migrations 🚨':
|
|
- packages/prisma/migrations/**/migration.sql
|
|
|
|
'🚨 e2e changes 🚨':
|
|
- packages/app-tests/e2e/**
|
|
|
|
'🚨 .env changes 🚨':
|
|
- .env.example
|
|
|
|
'pkg: ee changes':
|
|
- packages/ee/**
|