Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Determine author to exclude from PR review on AP

Danielo Rodriguez October 30, 2017

Hello,

 

I'm using bitbucket API to create a bot that is executed inside pipelines and does the following:

  • Executes tests
  • If tests passes it publish packages and updates the package versions
  • It commit the changes and creates a new release branch
  • It creates a pull request (PR) from the new release

Im having problems with the last step. I am able to create the pull request if I don't include any reviewers. However If I try to include everyone on our team, I get an error like this:

 

"statusCode": 400, 
"body": {

"type": "error",

"error": {

"fields": {

"reviewers": [

"xxx is the author and cannot be included as a reviewer."

]
}
,
"message": "Bad request" }
}

Where xxx is me in this case.

How can I determine who is the author that should be excluded ? If I check the commit history from the API the latest commit was made by the bot, so technically I'm not the author of the PR. It this because I'm the author of the parent commit ? 

This is being triggered from bitbucket pipelines.

Can this be related with the fact that I'm using my own account with an app password to make the request to the API ?

 

Thanks in advance

 

1 answer

1 vote
Danielo Rodriguez October 31, 2017

At the end the problem was that the user making the API call to create the pull request was being included as reviewer. It has nothing to do with commit authoring. 

 

Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events