By default, Digger ignores Draft pull requests. You can enable support of draft PRs by settingDocumentation Index
Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
allow_draft_prs flag in digger.yml:
Unlocking on changing back to draft
When a PR changes status from “ready to review” back to “draft”:- if
allow_draft_prsisfalse, digger will release the lock - if
allow_draft_prsistrue, digger will not do anything (because it’s considered a PR like any other)

