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
[chore] error out on codeowners in allowlist not used anywhere (open-telemetry#30300)
**Description:**
When running `make gengithub`, we now check if members of the allowlist
are not referenced anywhere.
```
$> make gengithub
cd cmd/githubgen && go install .
githubgen
2024/01/04 12:12:20 unused members in allowlist: , Doron-Bargo, keep94, oded-dd, thepeterstone
make: *** [gengithub] Error 1
```
**Link to tracking Issue:**
Fixesopen-telemetry#30299
**Testing:**
Manual testing
0 commit comments