We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee602a3 + 3db1297 commit 671b725Copy full SHA for 671b725
terraform/github/branches.tf
@@ -268,7 +268,7 @@ resource "github_branch_protection" "smslab_branch_protection" {
268
for_each = toset(var.repositories["SMSLab"])
269
repository_id = data.github_repository.repositories[each.key].node_id
270
271
- pattern = data.github_repository.repositories[each.key].default_branch
+ pattern = "smslab/[y,z,2]*"
272
require_conversation_resolution = true
273
allows_deletions = false
274
allows_force_pushes = false
0 commit comments