a8n/core: Support updating changesets on BitbucketServer
Created by: mrnugget
This is a follow-up to #7683 (closed)
Right now we only support updating changesets on GitHub. But since Bitbucket Server is otherwise fully-supported, we need to add this too.
What we need to do:
- Add a
UpdatePullRequest
method to the BitbucketServer client. - Add
UpdateChangeset
method toBitbucketServerSource
- Merge the
UpdateChangesetSource
back into theChangesetSource
here now that we have feature-parity