Skip to content

Commit

Permalink
disable force push
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein authored May 28, 2024
1 parent ad8603f commit ad2deba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-plans/modules/GitHub/settings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "github_branch_protection" "branch_protection" {
require_conversation_resolution = true
allows_deletions = false

allows_force_pushes = true
allows_force_pushes = false
force_push_bypassers = var.force_push_bypassers

required_status_checks {
Expand Down

0 comments on commit ad2deba

Please sign in to comment.