Apply Bitbucket pull request as a patch

后端 未结 1 980
夕颜
夕颜 2021-02-19 13:32

I\'ve got a repo on Bitbucket that only I have write access to.

Someone forked that repo, made changes and issued a pull request to my repo from the fork.

How ca

1条回答
  •  我寻月下人不归
    2021-02-19 14:15

    The Pull Request Patch is available through bitbucket API (despite there is no button to download it directly from the Pull Request page).

    to access the Pull Request patch : https://bitbucket.org/api/2.0/repositories/GROUP/PROJECT/pullrequests/ID/diff

    source: https://jira.atlassian.com/browse/BCLOUD-8323?focusedCommentId=2226612&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-2226612

    0 讨论(0)
提交回复
热议问题