Skip to content

Add CODEOWNERS in both root and .github locations#23

Merged
jasmeralia merged 1 commit into
masterfrom
fix/codeowners-both-locations
Jul 13, 2026
Merged

Add CODEOWNERS in both root and .github locations#23
jasmeralia merged 1 commit into
masterfrom
fix/codeowners-both-locations

Conversation

@jasmeralia

Copy link
Copy Markdown
Owner

Summary

  • Adds a CODEOWNERS file in both the repo root and .github/ so the review-request mechanism works regardless of which location a tool checks first.
  • On private repos that previously had no CODEOWNERS at all (steam-typhoon, mfc-chat-overlay), this also adds the file for the first time, along with removing the dead reviewers key from dependabot.yml (private repos on this account currently don't get CODEOWNERS-based auto-review-request without GitHub Pro, but this is harmless to add now and will start working automatically if that changes).

Test plan

  • Verified both CODEOWNERS files contain identical content (* @jasmeralia)
  • Verified dependabot.yml has no remaining reviewers key

GitHub looks up CODEOWNERS in .github/, the repo root, or docs/, in that
priority order. Keeping a copy in both root and .github covers whichever
location any given tool or workflow expects, for redundancy.
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.38%. Comparing base (d8b476b) to head (59f3a4d).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   82.38%   82.38%           
=======================================
  Files          39       39           
  Lines        8082     8082           
=======================================
  Hits         6658     6658           
  Misses       1424     1424           
Flag Coverage Δ
unittests 82.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@jasmeralia
jasmeralia merged commit 165e737 into master Jul 13, 2026
7 checks passed
@jasmeralia
jasmeralia deleted the fix/codeowners-both-locations branch July 13, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant