Skip to content

Commit 4f17db0

Browse files
committed
chore: Limitar título PR prompt ES a 40 caracteres
1 parent 76f5dbd commit 4f17db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/infrastructure/ai/prompts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
prPromptTemplateES = `Che, armame un resumen de este PR con:
2424
2525
## Título del PR
26-
Un título corto (máx 80 caracteres). Ej: "fix: Error al cargar imágenes"
26+
Un título corto (máx 40 caracteres). Ej: "fix: Error al cargar imágenes"
2727
2828
## Cambios clave
2929
- Los 3 cambios principales

0 commit comments

Comments
 (0)