chore(codeowners): add apm-serverless as co-owner of bottlecap/src/traces/#1195
Merged
lucaspimentel merged 2 commits intomainfrom Apr 21, 2026
Merged
chore(codeowners): add apm-serverless as co-owner of bottlecap/src/traces/#1195lucaspimentel merged 2 commits intomainfrom
apm-serverless as co-owner of bottlecap/src/traces/#1195lucaspimentel merged 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CODEOWNERS ownership to add @DataDog/apm-serverless as a co-owner for Bottlecap traces, and removes the redundant root-level CODEOWNERS file.
Changes:
- Removed the root
CODEOWNERSfile (redundant when.github/CODEOWNERSexists). - Added a specific CODEOWNERS rule for
bottlecap/src/traces/assigning both@DataDog/serverless-awsand@DataDog/apm-serverless.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CODEOWNERS | Deleted the root CODEOWNERS file. |
| .github/CODEOWNERS | Added explicit co-ownership for bottlecap/src/traces/. |
apm-serverless as co-owner of bottlecap/src/traces/
duncanista
approved these changes
Apr 21, 2026
lucaspimentel
commented
Apr 21, 2026
| @@ -1 +0,0 @@ | |||
| * @DataDog/serverless No newline at end of file | |||
Member
Author
There was a problem hiding this comment.
This file was being ignored because .github/CODEOWNERS takes precedence.
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.
Overview
@DataDog/apm-serverlessas co-owner ofbottlecap/src/traces/alongside@DataDog/serverless-awsin.github/CODEOWNERS.CODEOWNERSfile; the one in.github/takes precedence, so the root file was dead weight.Testing
.github/CODEOWNERSrules resolve correctly for files underbottlecap/src/traces/.