Skip to content

Commit

Permalink
bugfix: show user than bot :)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Oct 29, 2024
1 parent 38c108b commit d8b1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ impl MessageLoader {
if scorer.user != bot_name {
message.push_str(&format!(
"\n@{} received 25 Sloth Points for reviewing and scoring this pull request.",
bot_name
scorer.user
));
}
}
Expand Down

0 comments on commit d8b1136

Please sign in to comment.