You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the Bitbucket integration the pull request matching does not work. Commits are not being matched to pull requests looking into the API response it looks to be for two reasons:
The BitbucketPullRequest struct does not match the API response
The merge_commit is shortened format in the API response.
Is there an existing issue for this?
Description of the bug
When testing the Bitbucket integration the pull request matching does not work. Commits are not being matched to pull requests looking into the API response it looks to be for two reasons:
BitbucketPullRequest
struct does not match the API responsemerge_commit
is shortened format in the API response.Sample API response
Steps To Reproduce
vs API
Expected behavior
Pull requests should be matched on merge commit and update context with PR details.
Screenshots / Logs
No response
Software information
Additional context
Rust is not a language I'm to familiar with but I tested this locally and it works. Happy to raise a PR.
Details
The text was updated successfully, but these errors were encountered: