Skip to content

Commit

Permalink
fix(docs): add bitbucket to delete_source_branch_on_merge (runatlan…
Browse files Browse the repository at this point in the history
…tis#3063)

* Fix delete_source_branch_on_merge docs to include Bitbucket

* delete_source_branch_on_merge now supports all VCSs
  • Loading branch information
markleary authored and ddumitrache committed Jan 30, 2023
1 parent c88e59f commit 2525ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/server-side-repo-config.md
Original file line number Diff line number Diff line change
@@ -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 |


0 comments on commit 2525ee7

Please sign in to comment.