Skip to content

Commit

Permalink
ci: Reduce reviewers scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed Sep 25, 2024
1 parent 66da6ca commit f44f60a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,19 @@

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, members
# of @climatepolicyradar/tech-devs will be requested for
# of @climatepolicyradar/software will be requested for
# review when someone opens a pull request. Teams should
# be identified in the format @org/team-name. Teams must have
# explicit write access to the repository.
* @climatepolicyradar/tech-devs

* @climatepolicyradar/software
app/api/api_v1/routers/pipeline_trigger.py @climatepolicyradar/deng
tests/unit/app/core/test_pipeline.py @climatepolicyradar/deng
tests/non_search/app/test_pipeline_trigger.py @climatepolicyradar/deng
app/core/ingestion/ @climatepolicyradar/deng
tests/search/search_fixtures/vespa_test_schema/ @climatepolicyradar/deng
app/api/api_v1/routers/search.py @climatepolicyradar/tech-devs
tests/search/ @climatepolicyradar/tech-devs
app/api/api_v1/schemas/ @climatepolicyradar/tech-devs
tests/unit/app/schemas/ @climatepolicyradar/tech-devs
app/api/api_v1/schemas/search.py @climatepolicyradar/deng

0 comments on commit f44f60a

Please sign in to comment.