Skip to content

Commit

Permalink
[owners] remove code owners that are no longer active. (#40476)
Browse files Browse the repository at this point in the history
thank you for your services.

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie committed Oct 19, 2023
1 parent b83b591 commit f4b5f6b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# ==== Ray core ====

# API compatibility
/src/ray/protobuf/common.proto @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @ray-project/ray-core
/src/ray/protobuf/gcs.proto @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @ray-project/ray-core
/src/ray/protobuf/gcs_service.proto @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @ray-project/ray-core
/src/ray/protobuf/common.proto @ericl @pcmoritz @raulchen @ray-project/ray-core
/src/ray/protobuf/gcs.proto @ericl @pcmoritz @raulchen @ray-project/ray-core
/src/ray/protobuf/gcs_service.proto @ericl @pcmoritz @raulchen @ray-project/ray-core

# Autoscaler
/python/ray/autoscaler/ @ericl @ray-project/ray-core @architkulkarni
Expand All @@ -43,8 +43,8 @@
/ci/lint/format.sh @richardliaw @ericl @edoakes

# Docker image and build scripts.
/ci/build/build-docker-images.py @krfricke @ray-project/ray-core @aslonnie @can-anyscale
/ci/docker @aslonnie @can-anyscale @krfricke
/ci/build/build-docker-images.py @ray-project/ray-core @aslonnie @can-anyscale
/ci/docker @aslonnie @can-anyscale

# Python worker.
#/python/ray/ @ray-project/ray-core
Expand Down Expand Up @@ -80,8 +80,8 @@
/doc/source/workflows/ @ericl @iycheng @stephanie-wang @suquark @maxpumperla @ray-project/ray-docs

# RLlib.
/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke
/doc/source/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke @ray-project/ray-docs
/rllib/ @sven1977 @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha
/doc/source/rllib/ @sven1977 @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @ray-project/ray-docs

# Cluster (docs)
/doc/source/cluster/ @architkulkarni @maxpumperla @pcmoritz @kevin85421 @ray-project/ray-docs
Expand All @@ -96,8 +96,8 @@
/doc/source/serve/ @edoakes @shrekris-anyscale @sihanwang41 @zcin @architkulkarni @ray-project/ray-docs

# ML Docker Dependencies
/python/requirements/ml/dl-cpu-requirements.txt @amogkam @krfricke @richardliaw @matthewdeng
/python/requirements/ml/dl-gpu-requirements.txt @amogkam @krfricke @richardliaw @matthewdeng
/python/requirements/ml/dl-cpu-requirements.txt @amogkam @richardliaw @matthewdeng
/python/requirements/ml/dl-gpu-requirements.txt @amogkam @richardliaw @matthewdeng

# Ray symbol export
/src/ray/ray_version_script.lds @iycheng @ericl @scv119
Expand Down

0 comments on commit f4b5f6b

Please sign in to comment.