Skip to content

Commit

Permalink
Update licenses codeowners (#11663)
Browse files Browse the repository at this point in the history
Currently, license directories are owned by both libs (`/distribution/` entry) and engine (`/tools/` entry) teams, and require review from both teams even though there are no related changes in the PR.

License changes are caused by changed dependencies in either libs or the engine. By making the license directories unowned, only the necessary reviewers will be added to the PR
  • Loading branch information
4e6 authored Nov 26, 2024
1 parent 9ddd841 commit d2fb4a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@ tsconfig.json
/test/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
/tools/http-test-helper/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey

# Licenses
/distribution/engine/
/tools/legal-review/

# The default project template is owned by the libraries team
/lib/scala/pkg/src/main/resources/default/src/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey

0 comments on commit d2fb4a2

Please sign in to comment.