mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 10:38:48 +00:00
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:
@@ -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 |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user