We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make fmt
1 parent f2984e2 commit 921e999Copy full SHA for 921e999
1 file changed
github/util_rules.go
@@ -136,8 +136,8 @@ func flattenBypassActors(bypassActors []*github.BypassActor) []any {
136
actorID := v.GetActorID()
137
actorType := v.GetActorType()
138
if *actorType == github.BypassActorTypeOrganizationAdmin && actorID == 0 {
139
- // This is a workaround for the GitHub API bug where OrganizationAdmin actor_id is returned as `null` instead of `1`
140
- log.Printf("[DEBUG] Setting OrganizationAdmin Actor ID to 1")
+ // This is a workaround for the GitHub API bug where OrganizationAdmin actor_id is returned as `null` instead of `1`
+ log.Printf("[DEBUG] Setting OrganizationAdmin Actor ID to 1")
141
actorID = 1
142
}
143
actorMap["actor_id"] = actorID
0 commit comments