Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 4, 2024
1 parent 2b99e1d commit 0fe8d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "excluded_repositories" {
description = "List of repositories to exclude from branch protection rules"
type = list(string)
default = [
# "rule-set-test-repo3"
"rule-set-test-repo4"
]
}

Expand Down
3 changes: 2 additions & 1 deletion test-repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"rule-set-test-repo",
"rule-set-test-repo1",
"rule-set-test-repo2",
"rule-set-test-repo3"
"rule-set-test-repo3",
"rule-set-test-repo4"
]

0 comments on commit 0fe8d55

Please sign in to comment.