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][ci] port check-codeowners workflow from contrib (#13908)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This PR ports the `check-codeowners` workflow from the
`opentelemetry-collector-contrib` repository.
On this side, the command referenced in the workflow is `make
generate-codeowners` instead of `make gencodeowners` as is in the
contrib version. In the `Makefile`, I added the `-skipgithub` to avoid
giving an error like below when the members run it.
```sh
2025/09/25 22:52:36 set the environment variable `GITHUB_TOKEN` to a PAT token to authenticate
```
I ran `gengithub`, which also produced some changes in issue templates.
Like the PR
#13898, I
also removed the `make install-tools` from this workflow.
The idea to port this workflow here came from the PR
open-telemetry/opentelemetry-collector-contrib#42999
discussion in Slack.
---------
Signed-off-by: Paulo Dias <[email protected]>
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make generate-codeowners" or apply this diff and commit the changes in this PR.' && git diff && exit 1)
0 commit comments