diff --git a/nixpkgs_merge_bot/commands/merge.py b/nixpkgs_merge_bot/commands/merge.py index 61b2914..ecf4e6f 100644 --- a/nixpkgs_merge_bot/commands/merge.py +++ b/nixpkgs_merge_bot/commands/merge.py @@ -161,7 +161,7 @@ def merge_command(issue_comment: IssueComment, settings: Settings) -> HttpRespon issue_comment.repo_owner, issue_comment.repo_name, issue_comment.issue_number, - "Merge completed", + "Merge completed (#306934)", ) return issue_response("merged") except GithubClientError as e: