I used git flow feature finish
to finish a feature branch. I use the AVH fork of git-flow, which deletes the remote feature branch - but the Bitbucket pull request is still open. How should I close the Bitbucket pull request?
And what is a correct way to accept a PR in future while following the git flow workflow?