Skip to content

Commit

Permalink
chore: consolidate CODEOWNERS (#2914)
Browse files Browse the repository at this point in the history
There doesn't seem to be a real reason to have separate ones.
  • Loading branch information
alecthomas committed Oct 1, 2024
1 parent 4afe64e commit 5bac043
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Members of ftl-reviewers will be round-robined per the code review settings in the team profile:
# https://github.com/orgs/TBD54566975/teams/ftl-reviewers/edit/review_assignment
* @TBD54566975/ftl-reviewers @alecthomas

# By default ftl-reviewers will be added to all PRs.
* @TBD54566975/ftl-reviewers @alecthomas

# Below are team-specific overrides. These should supercede the default ftl-reviewers team.
frontend/ @TBD54566975/ftl-frontend-team
pnpm-* @TBD54566975/ftl-frontend-team
rust-runtime/ @gak
go-runtime/ @TBD54566975/ftl-go-team
jvm-runtime/ @TBD54566975/ftl-jvm-team
deployment/ @TBD54566975/ftl-infra-team
1 change: 0 additions & 1 deletion deployment/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion frontend/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion go-runtime/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion jvm-runtime/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion rust-runtime/CODEOWNERS

This file was deleted.

0 comments on commit 5bac043

Please sign in to comment.