Bug: Android submit fails with changesNotSentForReview error

Whenever I try to submit my Android project using eas submit, I receive the following error:

[logs] [!] Google Api Error: badRequest: Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in this edit can be sent for review from the Google Play Console UI. - Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to true. Once committed, the changes in this edit can be sent for review from the Google Play Console UI.

This is on the internal track, with release status draft (after the new Google requirement that apps that are not approved/reviewed yet during the development phase can’t auto-release an internal release).

I cannot control this query parameter from the command-line, so I’m unable to use eas submit for submitting Android builds for internal testing.