Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitopscli/commands/add_pr_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def pr_comment_command(
logging.info(
"Creating PullRequest comment for pr with id %s and parentComment with id %s and content: %s",
pr_id,
text,
parent_id,
text,
)
apps_git.add_pull_request_comment(pr_id, text, parent_id)
finally:
Expand Down