File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Set correct default value for ` delete_branch_on_merge ` in docs
13+
1014## [ 0.15.0]
1115
1216### Fixed
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ See [variables.tf] and [examples/] for details and use-cases.
208208
209209 Set to ` false ` to disable the automatic deletion of head branches after pull requests are merged.
210210
211- Default is ` false ` .
211+ Default is ` true ` .
212212
213213- [ ** ` homepage_url ` ** ] ( #var-homepage_url ) : * (Optional ` string ` )* <a name =" var-homepage_url " ></a >
214214
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ section {
242242
243243 variable "delete_branch_on_merge" {
244244 type = bool
245- default = false
245+ default = true
246246 description = <<- END
247247 Set to `false` to disable the automatic deletion of head branches after pull requests are merged.
248248 END
You can’t perform that action at this time.
0 commit comments