uwu-tools / .github

Org-wide GitHub configurations
Apache License 2.0
1 stars 3 forks source link

orgs/relengfam: Add Jason as org admin #12

Closed justaugustus closed 1 year ago

justaugustus commented 1 year ago

...otherwise, the required-admins check will fail:

{"component":"unset","file":"github.com/uwu-tools/peribolos/cmd/main.go:138","func":"github.com/uwu-tools/peribolos/cmd.rootCmd","level":"fatal","msg":"Configuration failed: failed to configure relengfam members: relengfam must specify at least 4 admins, only found 3","severity":"fatal","time":"2023-03-16T23:45:48Z"}

ref: https://github.com/uwu-tools/.github/actions/runs/4442655547/jobs/7799097806

justaugustus commented 1 year ago

Fixed:

{"client":"github","component":"unset","file":"github.com/uwu-tools/peribolos/third_party/k8s.io/test-infra/prow/github/client.go:918","func":"github.com/uwu-tools/peribolos/third_party/k8s.io/test-infra/prow/github.(*client).log","level":"info","msg":"UpdateOrgMembership(relengfam, detiber, true)","severity":"info","time":"2023-03-16T23:50:55Z"}
{"client":"github","component":"unset","file":"github.com/uwu-tools/peribolos/third_party/k8s.io/test-infra/prow/github/client.go:1191","func":"github.com/uwu-tools/peribolos/third_party/k8s.io/test-infra/prow/github.(*client).doRequest","level":"info","msg":"Using GitHub REST API Version: 2022-11-28","severity":"info","time":"2023-03-16T23:50:55Z"}
{"component":"unset","file":"github.com/uwu-tools/peribolos/org/members.go:161","func":"github.com/uwu-tools/peribolos/org.configureOrgMembers.func1","level":"info","msg":"Invited detiber to relengfam as a admin","severity":"info","time":"2023-03-16T23:50:55Z"}

ref: https://github.com/uwu-tools/.github/actions/runs/4442682420/jobs/7799149735