Skip to content

Commit 671b725

Browse files
authored
Merge pull request #248 from stackhpc/protect-sms-zed
Protect smslab Zed & Antelope branches
2 parents ee602a3 + 3db1297 commit 671b725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/github/branches.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ resource "github_branch_protection" "smslab_branch_protection" {
268268
for_each = toset(var.repositories["SMSLab"])
269269
repository_id = data.github_repository.repositories[each.key].node_id
270270

271-
pattern = data.github_repository.repositories[each.key].default_branch
271+
pattern = "smslab/[y,z,2]*"
272272
require_conversation_resolution = true
273273
allows_deletions = false
274274
allows_force_pushes = false

0 commit comments

Comments
 (0)