Digger home page
Search...
⌘K
Ask AI
diggerhq/digger
diggerhq/digger
Search...
Navigation
How To
Draft PRs
Documentation
Slack
Blog
Introduction
About Digger
How it works
Pricing
FAQ
Feedback
Getting Started
With Terraform
With OpenTofu
With Terragrunt
Digger Enterprise
Setting up Digger EE
Drift Detection
RBAC
OPA Policies
Multi Tenant Github Connections
Gitlab Pipelines
Buildkite CI backend
FIPS 140 standard
AI Summaries
Running Remote Jobs
Features
Plan preview
CommentOps
Policies (OPA)
Concurrency
PR-level locks
Plan Persistence
Private Runners
How To
Managing state
Specify terraform version
Apply on Merge
Apply Requirements
Auto-merge
Backendless mode
Commenting strategies
Custom commands
Destroy via manual workflow
Draft PRs
Codeowners integration
Disable auto-checkout
Disable telemetry
Generate projects
Group plans by source module
Include / exclude patterns
Masking sensitive values
Multiple AWS accounts
Policy overrides
Project Level Roles for AWS
Segregate cloud accounts
Store plans in a Bucket
Trigger workflow directly
Using Checkov
Using Infracost
Inline policies (conftest)
Using Terragrunt
Specifying version
Self-host Digger
Auth methods
Deploy as docker image
Deploy using docker-compose
Deploy as a binary
Kubernetes via Helm
Self Host on Azure
Reference
digger.yml
Action inputs
Orchestrator API
handling terraform.lock file
Securing digger
AWS-specific
Setting up DynamoDB Access for locks
Setting up separate mgmt account
Authenticating with OIDC on AWS
GCP-specific
Setting up GCP + GH Actions
Federated OIDC access
Using GCP bucket for locks
Azure-specific
Setting up Azure + GH Actions
Azure devops locking connection methods
Troubleshooting
Importing existing resources
Action Errors
PR Comment Issues
On this page
Unlocking on changing back to draft
How To
Draft PRs
By default, Digger ignores Draft pull requests. You can enable support of draft PRs by setting
allow_draft_prs
flag in digger.yml:
Copy
Ask AI
allow_draft_prs: true
Unlocking on changing back to draft
When a PR changes status from “ready to review” back to “draft”:
if
allow_draft_prs
is
false
, digger will release the lock
if
allow_draft_prs
is
true
, digger will not do anything (because it’s considered a PR like any other)
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Destroy via manual workflow
Codeowners integration
Assistant
Responses are generated using AI and may contain mistakes.