Skip to content

Commit 119be19

Browse files
authored
disable code owners (#286)
1 parent 4a99977 commit 119be19

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

.github/CODEOWNERS

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
1-
# See https://help.github.com/articles/about-codeowners/
2-
# for more info about CODEOWNERS file
1+
# # See https://help.github.com/articles/about-codeowners/
2+
# # for more info about CODEOWNERS file
33

4-
# It uses the same pattern rule for gitignore file,
5-
# see https://git-scm.com/docs/gitignore#_pattern_format.
4+
# # It uses the same pattern rule for gitignore file,
5+
# # see https://git-scm.com/docs/gitignore#_pattern_format.
66

7-
# ==== Ray core ====
7+
# # ==== Ray core ====
88

9-
# API compatibility
10-
/src/ray/protobuf/common.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
11-
/src/ray/protobuf/gcs.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
12-
/src/ray/protobuf/gcs_service.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
13-
/dashboard/modules/snapshot @wuisawesome @ijrsvt @edoakes @alanwguo @architkulkarni
14-
/python/ray/autoscaler/_private/monitor.py @wuisawesome @DmitriGekhtman
9+
# # API compatibility
10+
# /src/ray/protobuf/common.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
11+
# /src/ray/protobuf/gcs.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
12+
# /src/ray/protobuf/gcs_service.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119 @mwtian
13+
# /dashboard/modules/snapshot @wuisawesome @ijrsvt @edoakes @alanwguo @architkulkarni
14+
# /python/ray/autoscaler/_private/monitor.py @wuisawesome @DmitriGekhtman
1515

16-
# Metrics
17-
/src/ray/stats/metric_defs.h @ericl @scv119 @rkooo567
18-
/src/ray/stats/metric_defs.cc @ericl @scv119 @rkooo567
16+
# # Metrics
17+
# /src/ray/stats/metric_defs.h @ericl @scv119 @rkooo567
18+
# /src/ray/stats/metric_defs.cc @ericl @scv119 @rkooo567
1919

20-
# All C++ code.
21-
# /src/ray @ray-project/ray-core-cpp
20+
# # All C++ code.
21+
# # /src/ray @ray-project/ray-core-cpp
2222

23-
# Dependencies
24-
/python/setup.py @richardliaw @ericl @edoakes
23+
# # Dependencies
24+
# /python/setup.py @richardliaw @ericl @edoakes
2525

26-
# Formatting tool
27-
/ci/lint/format.sh @richardliaw @ericl @edoakes
26+
# # Formatting tool
27+
# /ci/lint/format.sh @richardliaw @ericl @edoakes
2828

29-
# Docker image build script.
30-
/ci/build/build-docker-images.py @amogkam @krfricke
29+
# # Docker image build script.
30+
# /ci/build/build-docker-images.py @amogkam @krfricke
3131

32-
# Python worker.
33-
#/python/ray/ @ray-project/ray-core-python
34-
#!/python/ray/tune/ @ray-project/ray-core-python
35-
#!/python/ray/rllib/ @ray-project/ray-core-python
32+
# # Python worker.
33+
# #/python/ray/ @ray-project/ray-core-python
34+
# #!/python/ray/tune/ @ray-project/ray-core-python
35+
# #!/python/ray/rllib/ @ray-project/ray-core-python
3636

37-
# Java worker.
38-
/java/dependencies.bzl @jovany-wang @kfstorm @raulchen @ericl @iycheng
39-
/java/pom.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
40-
/java/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
41-
/java/*/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
42-
/java/api/ @jovany-wang @kfstorm @raulchen @ericl @iycheng
37+
# # Java worker.
38+
# /java/dependencies.bzl @jovany-wang @kfstorm @raulchen @ericl @iycheng
39+
# /java/pom.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
40+
# /java/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
41+
# /java/*/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng
42+
# /java/api/ @jovany-wang @kfstorm @raulchen @ericl @iycheng
4343

44-
# C++ worker
45-
/cpp/include/ray @SongGuyang @raulchen @mwtian
44+
# # C++ worker
45+
# /cpp/include/ray @SongGuyang @raulchen @mwtian
4646

47-
# Ray Client
48-
/src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017 @mwtian
47+
# # Ray Client
48+
# /src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017 @mwtian
4949

50-
# Runtime Env
51-
# TODO(SongGuyang): Add new items to guarantee runtime env API compatibility in multiple languages.
52-
/src/ray/protobuf/runtime_env_common.proto @SongGuyang @raulchen @edoakes @architkulkarni
53-
/src/ray/protobuf/runtime_env_agent.proto @SongGuyang @raulchen @edoakes @architkulkarni
50+
# # Runtime Env
51+
# # TODO(SongGuyang): Add new items to guarantee runtime env API compatibility in multiple languages.
52+
# /src/ray/protobuf/runtime_env_common.proto @SongGuyang @raulchen @edoakes @architkulkarni
53+
# /src/ray/protobuf/runtime_env_agent.proto @SongGuyang @raulchen @edoakes @architkulkarni
5454

55-
# ==== Libraries and frameworks ====
55+
# # ==== Libraries and frameworks ====
5656

57-
# Ray data.
58-
/python/ray/data/ @ericl @scv119 @clarkzinzow @jjyao
59-
/doc/source/data/ @ericl @scv119 @clarkzinzow @jjyao
57+
# # Ray data.
58+
# /python/ray/data/ @ericl @scv119 @clarkzinzow @jjyao
59+
# /doc/source/data/ @ericl @scv119 @clarkzinzow @jjyao
6060

61-
# Ray workflows.
62-
/python/ray/workflow/ @ericl @iycheng @stephanie-wang @suquark
63-
/doc/source/workflows/ @ericl @iycheng @stephanie-wang @suquark
61+
# # Ray workflows.
62+
# /python/ray/workflow/ @ericl @iycheng @stephanie-wang @suquark
63+
# /doc/source/workflows/ @ericl @iycheng @stephanie-wang @suquark
6464

65-
# RLlib.
66-
/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha
65+
# # RLlib.
66+
# /rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha
6767

68-
# ML Docker Dependencies
69-
/python/requirements/ml/requirements_dl.txt @amogkam @sven1977 @richardliaw @matthewdeng
70-
/python/requirements_ml_docker.txt @amogkam @sven1977 @richardliaw @matthewdeng
68+
# # ML Docker Dependencies
69+
# /python/requirements/ml/requirements_dl.txt @amogkam @sven1977 @richardliaw @matthewdeng
70+
# /python/requirements_ml_docker.txt @amogkam @sven1977 @richardliaw @matthewdeng
7171

72-
# Ray symbol export
73-
/src/ray/ray_version_script.lds @mwtian @iycheng @ericl @scv119
74-
/src/ray/ray_exported_symbols.lds @mwtian @iycheng @ericl @scv119
72+
# # Ray symbol export
73+
# /src/ray/ray_version_script.lds @mwtian @iycheng @ericl @scv119
74+
# /src/ray/ray_exported_symbols.lds @mwtian @iycheng @ericl @scv119
7575

76-
# Ray usage stats
77-
/python/ray/_private/usage/ @ericl @richardliaw @rkooo567 @jjyao
78-
/dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao
76+
# # Ray usage stats
77+
# /python/ray/_private/usage/ @ericl @richardliaw @rkooo567 @jjyao
78+
# /dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao
7979

80-
# ==== Build and CI ====
80+
# # ==== Build and CI ====
8181

82-
# Bazel.
83-
#/BUILD.bazel @ray-project/ray-core
84-
#/WORKSPACE @ray-project/ray-core
85-
#/bazel/ @ray-project/ray-core
82+
# # Bazel.
83+
# #/BUILD.bazel @ray-project/ray-core
84+
# #/WORKSPACE @ray-project/ray-core
85+
# #/bazel/ @ray-project/ray-core
8686

87-
# CI scripts.
88-
#/.travis.yml @ray-project/ray-core
89-
#/ci/ @ray-project/ray-core
87+
# # CI scripts.
88+
# #/.travis.yml @ray-project/ray-core
89+
# #/ci/ @ray-project/ray-core
9090

91-
# Buildkite pipeline management
92-
.buildkite/hooks @simon-mo @krfricke
91+
# # Buildkite pipeline management
92+
# .buildkite/hooks @simon-mo @krfricke
9393

94-
/.github/ISSUE_TEMPLATE/ @ericl @stephanie-wang @scv119 @pcmoritz
94+
# /.github/ISSUE_TEMPLATE/ @ericl @stephanie-wang @scv119 @pcmoritz

0 commit comments

Comments
 (0)