Skip to content

Commit

Permalink
set correct mandatory require_signed_commits value
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Licht <[email protected]>
  • Loading branch information
lixhunter committed Nov 26, 2024
1 parent 0d8bf58 commit 71d3710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/github_repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "github_repository" "repository" {
allow_merge_commit = false
allow_rebase_merge = false
allow_squash_merge = true
allow_update_branch = false
allow_update_branch = true
topics = local.combined_topics
homepage_url = local.homepage_url
vulnerability_alerts = true
Expand Down

0 comments on commit 71d3710

Please sign in to comment.