Hi! , I’m trying to use the comment-on-github-pullrequest
step to post in my PRs, but it fails to fail retrieve PR comments
%!(EXTRA *github.ErrorResponse=POST https://api.github.com/repos/REDACTED]/issues/12150/comments: 404 Not Found )
I configure the step to put a comment in my draft PR 12150 , my GIT_REPOSITORY_URL has the same value than the clone path
- comment-on-github-pull-request@0.11.0:
inputs:
- personal_access_token: "$BITRISE_PR_COMMENT_TOKEN"
- body: "Test comment"
- repository_url: "$GIT_REPOSITORY_URL"
- issue_number: 12150
Am I missing something?