PR-level locking prevents concurrent infrastructure operations from different pull requests from overriding each other. When you run with the OpenTaco backend/orchestrator, PR locks are stored in the backend database (Documentation Index
Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
digger_locks) automatically. No additional lock storage setup is required.
Disabling PR-level locks
In order to disable locking repo wide you can add a top-level flag to your digger.yml:Backendless mode only
When using backendless mode (no-backend: true), there is no backend DB for lock state. In that mode, configure cloud-provider lock storage:

