Skip to content

Commit

Permalink
Add debug info if fork is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Nov 26, 2024
1 parent 14bdbfc commit 579572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betka/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def create_gitlab_merge_request(
:param branch: ?
:return:
"""
logger.debug(f"create_gitlab_merge_pull_request(): {branch}")
logger.debug(f"create_gitlab_merge_pull_request(): {branch}. Is fork enabled? {self.is_fork_enabled()}")
data = {
"title": title,
"target_branch": branch,
Expand Down

0 comments on commit 579572d

Please sign in to comment.