aboutsummaryrefslogtreecommitdiff
path: root/labbot/addons/merge-stable.py
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2023-03-14 11:08:14 +0100
committerJan200101 <sentrycraft123@gmail.com>2023-03-14 11:08:14 +0100
commit3536de674fe296ab93ab16533e3653d0611b2d69 (patch)
tree7ee5b9b98bfb3ac707dc3a8777aedd2373603544 /labbot/addons/merge-stable.py
parent0a940eb06326643ee7271df036ca7de47cadd132 (diff)
downloadlab-bot-3536de674fe296ab93ab16533e3653d0611b2d69.tar.gz
lab-bot-3536de674fe296ab93ab16533e3653d0611b2d69.zip
add project information to debug prints
Diffstat (limited to 'labbot/addons/merge-stable.py')
-rw-r--r--labbot/addons/merge-stable.py2
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():