In order to enable Dependabot PRs to pass checks and merge automatically, we should consider enabling merge queues on repositories and moving checks that require secrets - integration tests - to merge queues checks.
Moving these workflows has a side effect of improving contributor workflows, as PRs from forks can run the other checks, schema tools and lints, without requiring secrets. This would obviate the /run-acceptance-tests commands.
In order to enable Dependabot PRs to pass checks and merge automatically, we should consider enabling merge queues on repositories and moving checks that require secrets - integration tests - to merge queues checks.
Moving these workflows has a side effect of improving contributor workflows, as PRs from forks can run the other checks, schema tools and lints, without requiring secrets. This would obviate the
/run-acceptance-tests
commands.