Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Nov 1, 2024
1 parent 3030492 commit 5f9fd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/issue_triage_bot/lib/triage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ${trimmedBody(comment.body ?? '')}
logger.log('');
logger.log(summary);

final comment = '**Summary:** $summary\n';
final comment = '**AI Summary:** $summary\n';

// create github comment
await githubService.createComment(sdkSlug, issueNumber, comment);
Expand Down

0 comments on commit 5f9fd59

Please sign in to comment.