We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d411d6c commit aa15ce6Copy full SHA for aa15ce6
1 file changed
gitopscli/commands/add_pr_comment.py
@@ -42,8 +42,8 @@ def pr_comment_command(
42
logging.info(
43
"Creating PullRequest comment for pr with id %s and parentComment with id %s and content: %s",
44
pr_id,
45
- text,
46
parent_id,
+ text,
47
)
48
apps_git.add_pull_request_comment(pr_id, text, parent_id)
49
finally:
0 commit comments