Add agent-build devx as co-owner of /.gitlab/build/bazel/ - #55607
Open
aiuto wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
AI review by Codex (OpenAI) - workflow run
Patch is incorrect: the new CODEOWNERS entry neither uses valid team syntax nor adds the co-owner stated in the PR description.
| /.gitlab/.pre/* @DataDog/agent-devx | ||
| /.gitlab/.post/* @DataDog/agent-devx | ||
| /.gitlab/build/bazel/* @DataDog/agent-build | ||
| /.gitlab/build/bazel/* @DataDog/agent-build DataDog/agent-delivery |
Contributor
There was a problem hiding this comment.
This owner is missing the required @, and it names agent-delivery even though the stated change is to add agent-devx. As written, GitHub will not recognize the intended co-owner. This should presumably be @DataDog/agent-devx.
Contributor
Files inventory check summaryFile checks results against ancestor 241e0cc4: Results for datadog-agent_7.84.0~devel.git.562.8cedf74.pipeline.134002455-1_amd64.deb:No change detected Results for datadog-iot-agent_7.84.0~devel.git.562.8cedf74.pipeline.134002455-1_amd64.deb:No change detected |
chouetz
requested changes
Aug 31, 2026
chouetz
left a comment
Member
There was a problem hiding this comment.
I think you should approve my suggestion 😄
Thanks!
| /.gitlab/.pre/* @DataDog/agent-devx | ||
| /.gitlab/.post/* @DataDog/agent-devx | ||
| /.gitlab/build/bazel/* @DataDog/agent-build | ||
| /.gitlab/build/bazel/* @DataDog/agent-build DataDog/agent-delivery |
Member
There was a problem hiding this comment.
Suggested change
| /.gitlab/build/bazel/* @DataDog/agent-build DataDog/agent-delivery | |
| /.gitlab/build/bazel/* @DataDog/agent-build @DataDog/agent-devx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add agent-build devx as co-owner of /.gitlab/build/bazel/
Motivation
A lot of the specification there is about infrastructure provisioning. The responsibility should be shared between the teams.