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`.",
47
47
},
48
48
"bypass_actors": {
49
-
Type: schema.TypeList,
49
+
Type: schema.TypeList,// TODO: These are returned from GH API sorted by actor_id, we might want to investigate if we want to include sorting
50
50
Optional: true,
51
51
DiffSuppressFunc: bypassActorsDiffSuppressFunc,
52
52
Description: "The actors that can bypass the rules in this ruleset.",
0 commit comments