fix(docs): add bitbucket to delete_source_branch_on_merge (#3063)

* Fix delete_source_branch_on_merge docs to include Bitbucket

* delete_source_branch_on_merge now supports all VCSs
This commit is contained in:
markleary
2023-01-27 18:04:36 -05:00
committed by GitHub
parent ac795ce435
commit 59620037ea

View File

@@ -482,7 +482,7 @@ If you set a workflow with the key `default`, it will override this.
| allowed_overrides | []string | none | no | A list of restricted keys that `atlantis.yaml` files can override. The only supported keys are `apply_requirements`, `workflow`, `delete_source_branch_on_merge` and `repo_locking` |
| allowed_workflows | []string | none | no | A list of workflows that `atlantis.yaml` files can select from. |
| allow_custom_workflows | bool | false | no | Whether or not to allow [Custom Workflows](custom-workflows.html). |
| delete_source_branch_on_merge | bool | false | no | Whether or not to delete the source branch on merge (only AzureDevOps and GitLab support) |
| delete_source_branch_on_merge | bool | false | no | Whether or not to delete the source branch on merge. |
| repo_locking | bool | false | no | Whether or not to get a lock |