forked from bkinnightskytw/code_work_spawner
10 lines
342 B
Dart
10 lines
342 B
Dart
const String defaultCommentPrefixTemplate = '''
|
|
> [!NOTE]
|
|
> Automated reply generated by `code_work_spawner` via `gh` as `@{{gh_login}}`.
|
|
> Review it as bot output, not as a direct human response.
|
|
''';
|
|
|
|
const String defaultCommentFooterTemplate =
|
|
'_Automation note: generated by `code_work_spawner` via `gh` '
|
|
'as `@{{gh_login}}`._';
|