Closed forevergenin closed 3 years ago
Adding pull_request.synchronize
to the list of web hooks to listen to trigger rally check might fix this issue.
https://github.community/t/what-is-a-pull-request-synchronize-event/14784/4 https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request
I was able to reproduce this behavior.
Working on testing if pull_request.synchronize addresses this issue. Work being done on the multi-commit
branch.
This one is similar to #161 but of more generic nature.
Bug Description
Updating a PR with new commits or amended commits doesn't trigger new rally check and drops any current failed checks as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behavior is for rally checks to re-trigger and fail again