You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Team,
The situation is...whenever the developer finished his/her development work, developer creates a pull request in bitbucket and adds the reviewer to review it. The reviewer reviews it and provides feedback and approve the pull request.
After approving the pull request, the reviewer merges the pull request and bitbucket uses the reviewer name as the author of the commit.
So my question here is, commit author should be a developer as he/she did the code changes but not a reviewer or the person did the pull request merge.
Thanks in advance.
HI @Ulrich Kuhnhardt _IzymesCo_
Thanks for the response.
As per the below articles ...PR merge is the flexibility that can allow different team members who have the write permission for the repository can merge.
https://confluence.atlassian.com/bitbucketserver/merge-a-pull-request-808488562.html
Also, I have the merge checks, which we are checking all reviewers approval required and the PR merge is done once the reviewer is approved.
Sometimes the reviewer itself merges the PR, in this case, the commit author should be added as a person who opens the PR (ie. developer) but not the reviewer.
How I can do this.