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:**
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:**
Fixes#30299
**Testing:**
Manual testing
…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
Component(s)
cmd/githubgen
Describe the issue you're reporting
Report as error if any member in allowlist are not used in any components. Follow up to #30296
The text was updated successfully, but these errors were encountered: