Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
/.gitlab/.ci-linters.yml @DataDog/agent-devx @DataDog/agent-build
/.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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/.gitlab/build/bazel/* @DataDog/agent-build DataDog/agent-delivery
/.gitlab/build/bazel/* @DataDog/agent-build @DataDog/agent-devx

/.gitlab/deploy/check_deploy/* @DataDog/agent-delivery
/.gitlab/.post/do_not_merge.yml @DataDog/agent-devx
/.gitlab/deploy*/* @DataDog/agent-delivery
Expand Down
Loading