Autoapply edits if env variable configured
This commit is contained in:
@@ -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!`,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user