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] remove bash script to check codeowners, use githubgen #37779

Merged

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Feb 7, 2025

Description

This bash script precedes githubgen. It is now outdated and can be removed in favor of githubgen moving forward.

Link to tracking issue

Fixes #37757

@atoulme atoulme requested a review from a team as a code owner February 7, 2025 17:37
@atoulme atoulme requested a review from fatsheep9146 February 7, 2025 17:37
@crobert-1
Copy link
Member

This bash script precedes githubgen. It is now outdated and can be removed in favor of githubgen moving forward.

Can you provide some more context as to why we don't need this check anymore? I realize it's testing githubgen's functionality, but in this case it's testing this repo's codeowners file, which is an important test to have to make sure it's formatted properly. Can't we just update the expected value so that it's not failing?

Are there any other tests covering this functionality that renders this test no longer needed?

@songy23 songy23 added the ci-cd CI, CD, testing, build issues label Feb 7, 2025
@atoulme
Copy link
Contributor Author

atoulme commented Feb 7, 2025

this workflow covers well what this bash script covered: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/.github/workflows/check-codeowners.yaml

@bogdandrutu bogdandrutu merged commit b589bef into open-telemetry:main Feb 7, 2025
174 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 7, 2025
chengchuanpeng pushed a commit to chengchuanpeng/opentelemetry-collector-contrib that referenced this pull request Feb 8, 2025
…elemetry#37779)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This bash script precedes githubgen. It is now outdated and can be
removed in favor of githubgen moving forward.

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes open-telemetry#37757
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[check-codeowners] CICD action failing
5 participants