You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`.",
45
45
},
46
46
"bypass_actors": {
47
-
Type: schema.TypeList,
48
-
Optional: true,
49
-
Description: "The actors that can bypass the rules in this ruleset.",
47
+
Type: schema.TypeList,
48
+
Optional: true,
49
+
DiffSuppressFunc: bypassActorsDiffSuppressFunc,
50
+
Description: "The actors that can bypass the rules in this ruleset.",
Description: "Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`.",
50
50
},
51
51
"bypass_actors": {
52
-
Type: schema.TypeList,
53
-
Optional: true,
54
-
Description: "The actors that can bypass the rules in this ruleset.",
52
+
Type: schema.TypeList,
53
+
Optional: true,
54
+
DiffSuppressFunc: bypassActorsDiffSuppressFunc,
55
+
Description: "The actors that can bypass the rules in this ruleset.",
0 commit comments