Closed Adirio closed 3 years ago
Requires #23 to get merged first
/hold
generally looks fine (although if we choose to re-target on synchronize we might just want to immediately move to sending the results to HEAD, instead of duplicating them at the end), but see my comment on #21 for why we should not include #21
generally looks fine (although if we choose to re-target on synchronize we might just want to immediately move to sending the results to HEAD, instead of duplicating them at the end)
In most cases, that check will already be done and we will just send the results to HEAD. It computes them back if it can't find the Check Run and thus has to create it. I chose to send them back to the before
commit too in order to avoid a hanging unfinished check.
The dependency on #21 has been replaced by a dependency on #23, which just provides the improved debug output.
/unhold
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Adirio, DirectXMan12
The full list of commands accepted by this bot can be found here.
The pull request process is described here
17 wasn't fully solved by #18, see https://github.com/kubernetes-sigs/kubebuilder-release-tools/issues/17#issuecomment-730275334
Fixes #17