Skip to content

Commit

Permalink
Merge pull request #248 from stackhpc/protect-sms-zed
Browse files Browse the repository at this point in the history
Protect smslab Zed & Antelope branches
  • Loading branch information
Alex-Welsh authored Oct 2, 2023
2 parents ee602a3 + 3db1297 commit 671b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/github/branches.tf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ resource "github_branch_protection" "smslab_branch_protection" {
for_each = toset(var.repositories["SMSLab"])
repository_id = data.github_repository.repositories[each.key].node_id

pattern = data.github_repository.repositories[each.key].default_branch
pattern = "smslab/[y,z,2]*"
require_conversation_resolution = true
allows_deletions = false
allows_force_pushes = false
Expand Down

0 comments on commit 671b725

Please sign in to comment.