shayki5 / azure-devops-create-pr-task

Azure Pipelines task to create PR in Azure DevOps or GitHub during a build or release pipeline
https://marketplace.visualstudio.com/items?itemName=ShaykiAbramczyk.CreatePullRequest
MIT License
58 stars 35 forks source link

Error (404) Not Found when adding reviewers on my PR (Azure DevOps) #180

Closed pbdeguzman closed 1 year ago

pbdeguzman commented 1 year ago

Hi,

I'm using Azure DevOps. I created a pipeline that can Create Pull Request for merging branches. Everything works well until I added a reviewer. I received ##[error]The remote server returned an error: (404) Not Found.

image

Here's my YML file task script. image

I really need to add a reviewer to my PR. I hope you can help me with my issue. I will post the diagnostic log below.

P.S.: I intended to change some details due to confidentiality, but I used a legitimate e-mail that can actually approve a PR.

pbdeguzman commented 1 year ago

Here's my diagnostic log:

image image image image image

shayki5 commented 1 year ago

Hi, is it occur in every reviewers you try to put?

pbdeguzman commented 1 year ago

Hell sir, yes. I tried different reviewers. Even a group of reviewers.

pbdeguzman commented 1 year ago

Hi, still receiving same error.

image image image image image

shayki5 commented 1 year ago

I checked now and I found the bug in my code and I fixed it, it's deployed now to prod, can you check now?

pbdeguzman commented 1 year ago

Hi, I just check my pipeline right now. The problem has been solved. Thank you so much sir!

image