Skip to content

Commit

Permalink
merge: print tracking issue also in the actual comment we post to git…
Browse files Browse the repository at this point in the history
…hub :)
  • Loading branch information
Lassulus committed Aug 26, 2024
1 parent 910e799 commit 332e4d9
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 @@ -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:
Expand Down

0 comments on commit 332e4d9

Please sign in to comment.