Skip to content

Commit

Permalink
Merge pull request #110 from NixOS/success_tracking
Browse files Browse the repository at this point in the history
merge: print tracking issue also in the actual comment we post to github
  • Loading branch information
Mic92 authored Aug 26, 2024
2 parents 910e799 + 332e4d9 commit 4db7e48
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 4db7e48

Please sign in to comment.