ci/github-script/merge: add TODO about second merge method

We have not observed this merge method being used in practice, yet. Not
in the new bot, not in the old bot. It seems like auto-merge works for
all cases.
This commit is contained in:
Wolfgang Walther 2025-11-01 22:25:11 +01:00
parent db8f50b4de
commit 6848f93842
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -180,6 +180,7 @@ async function handleMerge({
log('Auto Merge failed', e.response.errors[0].message)
}
// TODO: Observe whether the below is true and whether manual enqueue is actually needed.
// Auto-merge doesn't work if the target branch has already run all CI, in which
// case the PR must be enqueued explicitly.
// We now have merge queues enabled on all development branches, thus don't need a