Skip to content

Commit

Permalink
Merge pull request #108 from NixOS/success_tracking
Browse files Browse the repository at this point in the history
track successfull merges in #306934
  • Loading branch information
Lassulus authored Aug 25, 2024
2 parents 58053f6 + d04844a commit 8703a04
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 8703a04

Please sign in to comment.