Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] error out on codeowners in allowlist not used anywhere #30300

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jan 4, 2024

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

@dmitryax dmitryax merged commit 0bc65c2 into open-telemetry:main Jan 4, 2024
86 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 4, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jan 10, 2024
…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:**
Fixes open-telemetry#30299

**Testing:**
Manual testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[cmd/githubgen] Report if members in allowlist are not associated with any components
3 participants