atlassian-python-api
atlassian-python-api copied to clipboard
[BitBucket] edit_pull_request
Would be nice with an edit_pull_request with some of the parameters of open_pull_request.
e.g.
def edit_pull_request(
self,
pull_request_id,
destination_branch,
title,
description,
reviewers=None,
):
Use case is after the tests pass you want to update the pull-request's reviewers.
Any plans on implementing this or any other way currently how to achieve this? I'd like to be able to update the title.
My use case is a script that helps in some tedious Renovate update tasks, and being able to mark PRs to be rebased by renovate.