chore: clean up redundant co-owner entries in CODEOWNERS#7574
chore: clean up redundant co-owner entries in CODEOWNERS#7574gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.68 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7574 +/- ##
=======================================
Coverage 80.29% 80.29%
=======================================
Files 732 732
Lines 31468 31468
=======================================
+ Hits 25266 25267 +1
+ Misses 6202 6201 -1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@DataDog/dd-trace-js already has a catch-all rule at the top of the file, so explicit co-ownership on individual paths is redundant. Remove the duplicate entries.
0aecd2d to
eed192e
Compare
|
✨ Fix all issues with BitsAI or with Cursor
|
BenchmarksBenchmark execution time: 2026-02-19 10:03:53 Comparing candidate commit 18566c0 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 232 metrics, 28 unstable metrics. |
| /.github/workflows/codeql-analysis.yml @DataDog/dd-trace-js | ||
| /.github/workflows/debugger.yml @DataDog/debugger-nodejs | ||
| /.github/workflows/serverless.yml @DataDog/serverless-aws @DataDog/apm-serverless | ||
| /.github/workflows/llmobs.yml @DataDog/ml-observability | ||
| /.github/workflows/platform.yml @DataDog/dd-trace-js | ||
| /.github/workflows/pr-labels.yml @DataDog/dd-trace-js | ||
| /.github/workflows/profiling.yml @DataDog/profiling-js | ||
| /.github/workflows/project.yml @DataDog/dd-trace-js | ||
| /.github/workflows/release-3.yml @DataDog/dd-trace-js | ||
| /.github/workflows/release-dev.yml @DataDog/dd-trace-js | ||
| /.github/workflows/release-latest.yml @DataDog/dd-trace-js | ||
| /.github/workflows/release-proposal.yml @DataDog/dd-trace-js | ||
| /.github/workflows/release-validate.yml @DataDog/dd-trace-js | ||
| /.github/workflows/stale.yml @DataDog/dd-trace-js @DataDog/dd-trace-js | ||
| /.github/workflows/system-tests.yml @DataDog/dd-trace-js @DataDog/asm-js | ||
| /.github/workflows/test-k8s-lib-injection.yaml @DataDog/dd-trace-js | ||
| /.github/workflows/system-tests.yml @DataDog/asm-js | ||
| /.github/workflows/test-optimization.yml @DataDog/ci-app-libraries | ||
| /.gitlab/benchmarks.yml @DataDog/dd-trace-js | ||
| /.gitlab-ci.yml @DataDog/dd-trace-js |
There was a problem hiding this comment.
these are informational, to know who to ping when a CI fails, they're not exactly there for approval reasons
42fbf06
into
master
chore: clean up redundant co-owner entries in CODEOWNERS @DataDog/dd-trace-js already has a catch-all rule at the top of the file, so explicit co-ownership on individual paths is redundant. Remove the duplicate entries. Merge branch 'master' into watson/cleanup-codeowners Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>
chore: clean up redundant co-owner entries in CODEOWNERS @DataDog/dd-trace-js already has a catch-all rule at the top of the file, so explicit co-ownership on individual paths is redundant. Remove the duplicate entries. Merge branch 'master' into watson/cleanup-codeowners Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>

What does this PR do?
Removes redundant
@DataDog/dd-trace-jsco-owner entries fromCODEOWNERS. The team already has a catch-all rule at the top of the file, so explicit co-ownership on individual paths is unnecessary noise. Ownership of the affected paths remains unchanged in practice.Motivation
Makes it easier to see at a glance exactly which files has custom ownership besides the catch-all from
@DataDog/dd-trace-js.