diff --git a/bridge/__init__.py b/bridge/__init__.py index 9c63249..9a3f26f 100644 --- a/bridge/__init__.py +++ b/bridge/__init__.py @@ -278,7 +278,7 @@ def gitea_handle_issue_action(): ]) github_comment_post_result = github.post( - "https://api.github.com/repos/{}/{}/issues/{}/comment".format( + "https://api.github.com/repos/{}/{}/issues/{}/comments".format( repo_owner, repo_name, issue_number,