We have an idea for a workflow where we want to add an extra, automatically generated commit to a testing branch, based on some conditions. This commit would be generated in CI running on the testing branch.
Currently, if anything is pushed to a testing branch, Hoff just cancels the merge. For the above scenario to work, Hoff should accept these automatically pushed commits, and just wait for CI on the new commit to pass instead. I'm impartial if Hoff keeps the extra commit when it needs to rebase the branch again, that is up to the implementer.