Closed
Description
Currently when merging a PR Hoff will comment "Rebased as abcd123
, waiting for CI …" once it has rebased the branch to be merged.
While this is happening the original branch will be untouched, if the tests pass on that branch it will seem as if the tests for the branch to be merged are done already. While this is happening Hoff is actually waiting for a different CI run to complete, which can currently only be reached by manually navigating to the rebased commit's tests.
It would be a better experience if Hoff would post the CI link to the PR that is being merged once this link is known.
Todo:
- Wait for webhook confirming that a CI run has started
- Post comment on PR that CI has started with this link