diff options
Diffstat (limited to 'labbot/addons/merge-stable.py')
-rw-r--r-- | labbot/addons/merge-stable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labbot/addons/merge-stable.py b/labbot/addons/merge-stable.py index f8e0ced..493887f 100644 --- a/labbot/addons/merge-stable.py +++ b/labbot/addons/merge-stable.py @@ -41,7 +41,7 @@ async def issue_update_hook(event, gl, *args, **kwargs): if branches: branch_str = ", ".join(branches.keys()) - log.debug(f"`{branch_str}` are ready to be merged into stable") + log.debug(f"`{branch_str}`({event.project_id}) are ready to be merged into stable") merge_url = f"/projects/{event.project_id}/merge_requests" for branch, merge in branches.items(): |