mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
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:
parent
db8f50b4de
commit
6848f93842
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue