Skip to content

Commit ec589b6

Browse files
committed
refactor: update to organization_admin in examples
1 parent 7f169cc commit ec589b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/ruleset/organization-ruleset.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module "github_org_ruleset" {
33

44
name = "org-wide-main-pr-rules"
55
bypass_actors = {
6-
organization_admins = [
7-
{ user_id = "admin_id", always_bypass = true }
8-
]
6+
organization_admin = {
7+
always_bypass = true
8+
}
99
}
1010
rules = {
1111
branch_name_pattern = {

0 commit comments

Comments
 (0)