Autoapply edits if env variable configured

This commit is contained in:
khalid@traclabs.com
2026-04-23 07:58:35 -05:00
parent fdf6124fa1
commit 233fb6d003
4 changed files with 75 additions and 14 deletions

View File

@@ -5,6 +5,9 @@ export const SMS_TEMPLATES = {
APPLIED: (summary: string) =>
`Done! ${summary} Your site will update in a moment.`,
AUTO_APPLIED: (summary: string) =>
`Done! I went ahead and ${summary} Your site will update in a moment.`,
REJECTED: () =>
`No problem — I cancelled that change. Just text me whenever you'd like to make an edit!`,