File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.1]
11+
12+ ### Fixed
13+
14+ - Add missing ` allow_auto_merge ` to ` github_repository ` resource
15+
1016## [ 0.12.0]
1117
1218### BREAKING CHANGES
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ resource "github_repository" "repository" {
9999 allow_merge_commit = local. allow_merge_commit
100100 allow_rebase_merge = local. allow_rebase_merge
101101 allow_squash_merge = local. allow_squash_merge
102+ allow_auto_merge = local. allow_auto_merge
102103 delete_branch_on_merge = local. delete_branch_on_merge
103104 is_template = local. is_template
104105 has_downloads = local. has_downloads
You can’t perform that action at this time.
0 commit comments