Hello
I just enabled a bitbucket web hook (following these directions: https://devcenter.bitrise.io/webhooks/adding-a-bitbucket-webhook/) and noticed that every time I edit the description or summary on a pull request another build to test the branch is started.
I feel that this is unnecessary. Only code change should trigger.
I’d like to create feature branch builds for PRs but I don’t want to do that if each text change in the PR would trigger.
Here is a payload of an update webhook from Bitbucket:
https://confluence.atlassian.com/bitbucket/event-payloads-740262817.html#EventPayloads-Updated.2
I think that Bitrise should be filtering for source updates.

