This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
Create Comment on PR in different Repo fails with error #19
Labels
@task/PullRequestComments
Issues related to the PullRequestComments task
I want to update an PR as part of a build triggered by a Pull request.
The definition for the pipeline is a different repository then the PR which triggered the build.
This throws an error:
This is caused by following code line I think:
azdevops-pull-request-utils/tasks/pull-request-comments/src/operations/PullRequestManager.ts
Line 19 in 95a4cc6
Either it should be possible to specify a different repo as a parameter, or the extension should use the pull request source repository if the build is triggered by a PR.
The text was updated successfully, but these errors were encountered: