Skip to content

Commit 8fbfb7d

Browse files
committed
Stop truncating the commit hash.
1 parent a5aaab4 commit 8fbfb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homu/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@ def parse_commands(body, username, repo_cfg, state, my_username, db, states,
547547
if cur_sha:
548548
msg = '`{}` is not a valid commit SHA.'.format(cur_sha)
549549
state.add_comment(
550-
':scream_cat: {} Please try again with `{:.7}`.'
550+
':scream_cat: {} Please try again with `{}`.'
551551
.format(msg, state.head_sha)
552552
)
553553
else:
554554
state.add_comment(
555-
':pushpin: Commit {:.7} has been approved by `{}`\n\n<!-- @{} r={} {} -->' # noqa
555+
':pushpin: Commit {} has been approved by `{}`\n\n<!-- @{} r={} {} -->' # noqa
556556
.format(
557557
state.head_sha,
558558
approver,

0 commit comments

Comments
 (0)