You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
However it looks like GitHub now has an API for enabling merge queues, so we may be able to enable this via a script.
AaronFriel
changed the title
Enable dependabot automerge workflow
Enable dependabot PRs to pass checks, merge
Apr 11, 2023
AaronFriel
changed the title
Enable dependabot PRs to pass checks, merge
Enable dependabot PRs to pass checks, merge without admin override
Apr 11, 2023
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.The text was updated successfully, but these errors were encountered: