Skip to content

Commit

Permalink
track successfull merges in #306934
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus committed Aug 25, 2024
1 parent 58053f6 commit d04844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs_merge_bot/commands/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def merge_command(issue_comment: IssueComment, settings: Settings) -> HttpRespon
issue_comment.issue_number,
pull_request.head_sha,
)
log.info(f"{issue_comment.issue_number }: Merge completed")
log.info(f"{issue_comment.issue_number }: Merge completed (#306934)")
client.create_issue_comment(
issue_comment.repo_owner,
issue_comment.repo_name,
Expand Down

0 comments on commit d04844a

Please sign in to comment.