You can set auto_merge: true option to automatically merge the PR when all checks pass (including successful apply). Note that it’s a top-level setting, not project level:
Copy
Ask AI
projects:- name: development dir: dev- name: production dir: prodauto_merge: trueauto_merge_strategy: "squash" # optional, only supported on github
If you are using github VCS you can also specify
auto_merge_strategy to define the type of strategy. Possible values are: