By default, Digger does not run apply on merge. This is a safer way to resolve the merge-apply dilemma - run apply manually while the PR is still open, then merge when it succeeds in all target environments. But the tradeoff is that your main falls behind the state of your environments; this is not right from the purist point of view (plan = artifact, apply = deploy the artifact). You can configure Digger to run apply on merge with the following entries inDocumentation Index
Fetch the complete documentation index at: https://digger-20-feat-use-analytics-domain.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
digger.yml
Limitationright now there is no way to prevent running
apply via comment, even if apply on merge is configured. Tracked in #272
