code_work_spawner/lib/src/comment_templates.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}}`._';