[
https://issues.apache.org/jira/browse/BEAM-4790?focusedWorklogId=135470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-135470
]
ASF GitHub Bot logged work on BEAM-4790:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Aug/18 19:07
Start Date: 16/Aug/18 19:07
Worklog Time Spent: 10m
Work Description: charlesccychen closed pull request #6235: [BEAM-4790]
Add Prow-style OWNERS files.
URL: https://github.com/apache/beam/pull/6235
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/OWNERS b/.test-infra/OWNERS
new file mode 100644
index 00000000000..7d9c8cae4d7
--- /dev/null
+++ b/.test-infra/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lgajowy
diff --git a/.test-infra/jenkins/OWNERS b/.test-infra/jenkins/OWNERS
new file mode 100644
index 00000000000..ca45477af95
--- /dev/null
+++ b/.test-infra/jenkins/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lgajowy
+ - kkucharc
+ - echauchot
diff --git a/.test-infra/jupyter/OWNERS b/.test-infra/jupyter/OWNERS
new file mode 100644
index 00000000000..586139172ce
--- /dev/null
+++ b/.test-infra/jupyter/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - udim
diff --git a/.test-infra/kubernetes/OWNERS b/.test-infra/kubernetes/OWNERS
new file mode 100644
index 00000000000..2a140107225
--- /dev/null
+++ b/.test-infra/kubernetes/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lgajowy
+ - kkucharc
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 00000000000..6f6d2a478b2
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,22 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+filters:
+ # Per-language reviewers.
+ "\\.go$":
+ reviewers:
+ - herohde
+ "\\.java$":
+ reviewers:
+ - lukecwik
+ - kennknowles
+ - aaltay
+ "\\.py$":
+ reviewers:
+ - pabloem
+ - robertwb
+ - aaltay
+ - charlesccychen
+
+ "build\\.gradle$":
+ reviewers:
+ - lukecwik
diff --git a/assembly.xml b/assembly.xml
index 6534e3f1f5a..f523bf720ad 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -100,6 +100,9 @@
<!-- release-plugin temp files -->
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?pom\.xml\.releaseBackup]</exclude>
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]</exclude>
+
+ <!-- code review related -->
+ <exclude>**/OWNERS</exclude>
</excludes>
</fileSet>
<!-- license, readme, etc. calculated at build time -->
diff --git a/build.gradle b/build.gradle
index dcfadbbc414..093fcc40c4e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,6 +147,7 @@ rat {
// Ignore ownership files
"ownership/**/*",
+ "**/OWNERS",
]
// Add .gitignore excludes to the Apache Rat exclusion list. We re-create
the behavior
diff --git a/buildSrc/OWNERS b/buildSrc/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/buildSrc/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/examples/OWNERS b/examples/OWNERS
new file mode 100644
index 00000000000..3a2b3498379
--- /dev/null
+++ b/examples/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
diff --git a/examples/java/OWNERS b/examples/java/OWNERS
new file mode 100644
index 00000000000..38112463e09
--- /dev/null
+++ b/examples/java/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
+ - aaltay
diff --git a/gradle/OWNERS b/gradle/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/gradle/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/model/OWNERS b/model/OWNERS
new file mode 100644
index 00000000000..a5b32dc72cf
--- /dev/null
+++ b/model/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - lukecwik
diff --git a/model/fn-execution/OWNERS b/model/fn-execution/OWNERS
new file mode 100644
index 00000000000..23065b82b3f
--- /dev/null
+++ b/model/fn-execution/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - robertwb
+ - lukecwik
diff --git a/model/job-management/OWNERS b/model/job-management/OWNERS
new file mode 100644
index 00000000000..23065b82b3f
--- /dev/null
+++ b/model/job-management/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - robertwb
+ - lukecwik
diff --git a/model/pipeline/OWNERS b/model/pipeline/OWNERS
new file mode 100644
index 00000000000..23065b82b3f
--- /dev/null
+++ b/model/pipeline/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - robertwb
+ - lukecwik
diff --git a/release/OWNERS b/release/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/release/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/runners/core-construction-java/OWNERS
b/runners/core-construction-java/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/runners/core-construction-java/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/runners/core-java/OWNERS b/runners/core-java/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/runners/core-java/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git
a/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS
b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS
new file mode 100644
index 00000000000..883da4e3f34
--- /dev/null
+++
b/runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - echauchot
diff --git a/runners/direct-java/OWNERS b/runners/direct-java/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/runners/direct-java/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git
a/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
b/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
new file mode 100644
index 00000000000..883da4e3f34
--- /dev/null
+++
b/runners/extensions-java/metrics/src/main/java/org/apache/beam/runners/extensions/metrics/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - echauchot
diff --git a/runners/flink/OWNERS b/runners/flink/OWNERS
new file mode 100644
index 00000000000..df3f897da6b
--- /dev/null
+++ b/runners/flink/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - angoenka
diff --git a/runners/gcp/OWNERS b/runners/gcp/OWNERS
new file mode 100644
index 00000000000..6270c9cfc97
--- /dev/null
+++ b/runners/gcp/OWNERS
@@ -0,0 +1,7 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - herohde
+ - lukecwik
+ - aaltay
diff --git a/runners/google-cloud-dataflow-java/OWNERS
b/runners/google-cloud-dataflow-java/OWNERS
new file mode 100644
index 00000000000..20c3f13857d
--- /dev/null
+++ b/runners/google-cloud-dataflow-java/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - lukecwik
diff --git a/runners/java-fn-execution/OWNERS b/runners/java-fn-execution/OWNERS
new file mode 100644
index 00000000000..201e7cb3750
--- /dev/null
+++ b/runners/java-fn-execution/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
+ - angoenka
diff --git a/runners/local-java/OWNERS b/runners/local-java/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/runners/local-java/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/runners/reference/OWNERS b/runners/reference/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/runners/reference/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/runners/spark/OWNERS b/runners/spark/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/runners/spark/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/go/OWNERS b/sdks/go/OWNERS
new file mode 100644
index 00000000000..8f85cc39000
--- /dev/null
+++ b/sdks/go/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
diff --git a/sdks/java/OWNERS b/sdks/java/OWNERS
new file mode 100644
index 00000000000..5153af64bb4
--- /dev/null
+++ b/sdks/java/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
+ - kennknowles
diff --git a/sdks/java/build-tools/OWNERS b/sdks/java/build-tools/OWNERS
new file mode 100644
index 00000000000..9d2d9ce03d2
--- /dev/null
+++ b/sdks/java/build-tools/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jasonkuster
+ - swegner
diff --git a/sdks/java/container/OWNERS b/sdks/java/container/OWNERS
new file mode 100644
index 00000000000..d37599eb30c
--- /dev/null
+++ b/sdks/java/container/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - aaltay
diff --git a/sdks/java/core/OWNERS b/sdks/java/core/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/sdks/java/core/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/sdks/java/extensions/google-cloud-platform-core/OWNERS
b/sdks/java/extensions/google-cloud-platform-core/OWNERS
new file mode 100644
index 00000000000..da65659085d
--- /dev/null
+++ b/sdks/java/extensions/google-cloud-platform-core/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
+ - chamikaramj
diff --git a/sdks/java/extensions/sql/OWNERS b/sdks/java/extensions/sql/OWNERS
new file mode 100644
index 00000000000..371386ae63c
--- /dev/null
+++ b/sdks/java/extensions/sql/OWNERS
@@ -0,0 +1,10 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - akedin
+ - apilloud
+ - amaliujia
+ - XuMingmin
+ - xumingming
+ - kennknowles
+
diff --git a/sdks/java/fn-execution/OWNERS b/sdks/java/fn-execution/OWNERS
new file mode 100644
index 00000000000..201e7cb3750
--- /dev/null
+++ b/sdks/java/fn-execution/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
+ - angoenka
diff --git a/sdks/java/harness/OWNERS b/sdks/java/harness/OWNERS
new file mode 100644
index 00000000000..af32c311923
--- /dev/null
+++ b/sdks/java/harness/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
diff --git a/sdks/java/io/OWNERS b/sdks/java/io/OWNERS
new file mode 100644
index 00000000000..a9ed5d3327f
--- /dev/null
+++ b/sdks/java/io/OWNERS
@@ -0,0 +1,7 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
+ - lukecwik
+ - chamikaramj
+ - timrobertson100
diff --git a/sdks/java/io/amqp/OWNERS b/sdks/java/io/amqp/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/sdks/java/io/amqp/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/java/io/cassandra/OWNERS b/sdks/java/io/cassandra/OWNERS
new file mode 100644
index 00000000000..41bc7167493
--- /dev/null
+++ b/sdks/java/io/cassandra/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
+ - echauchot
diff --git a/sdks/java/io/common/OWNERS b/sdks/java/io/common/OWNERS
new file mode 100644
index 00000000000..5dc24af7d70
--- /dev/null
+++ b/sdks/java/io/common/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - chamikaramj
+ - timrobertson100
diff --git a/sdks/java/io/elasticsearch-tests/OWNERS
b/sdks/java/io/elasticsearch-tests/OWNERS
new file mode 100644
index 00000000000..07f4de0afef
--- /dev/null
+++ b/sdks/java/io/elasticsearch-tests/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - echauchot
+ - timrobertson100
diff --git a/sdks/java/io/elasticsearch/OWNERS
b/sdks/java/io/elasticsearch/OWNERS
new file mode 100644
index 00000000000..c2bb79459d8
--- /dev/null
+++ b/sdks/java/io/elasticsearch/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - echauchot
+ - jbonofre
+ - timrobertson100
diff --git a/sdks/java/io/file-based-io-tests/OWNERS
b/sdks/java/io/file-based-io-tests/OWNERS
new file mode 100644
index 00000000000..c1a7da51495
--- /dev/null
+++ b/sdks/java/io/file-based-io-tests/OWNERS
@@ -0,0 +1,7 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lgajowy
+ - kkucharc
+ - chamikaramj
+ - timrobertson100
diff --git a/sdks/java/io/google-cloud-platform/OWNERS
b/sdks/java/io/google-cloud-platform/OWNERS
new file mode 100644
index 00000000000..da65659085d
--- /dev/null
+++ b/sdks/java/io/google-cloud-platform/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lukecwik
+ - chamikaramj
diff --git a/sdks/java/io/hadoop-common/OWNERS
b/sdks/java/io/hadoop-common/OWNERS
new file mode 100644
index 00000000000..6049011f10e
--- /dev/null
+++ b/sdks/java/io/hadoop-common/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
diff --git a/sdks/java/io/hadoop-file-system/OWNERS
b/sdks/java/io/hadoop-file-system/OWNERS
new file mode 100644
index 00000000000..6049011f10e
--- /dev/null
+++ b/sdks/java/io/hadoop-file-system/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
diff --git a/sdks/java/io/hadoop-input-format/OWNERS
b/sdks/java/io/hadoop-input-format/OWNERS
new file mode 100644
index 00000000000..e257be8e25a
--- /dev/null
+++ b/sdks/java/io/hadoop-input-format/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aromanenko-dev
+ - timrobertson100
diff --git a/sdks/java/io/hbase/OWNERS b/sdks/java/io/hbase/OWNERS
new file mode 100644
index 00000000000..09812f7fded
--- /dev/null
+++ b/sdks/java/io/hbase/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
+ - aromanenko-dev
diff --git a/sdks/java/io/hcatalog/OWNERS b/sdks/java/io/hcatalog/OWNERS
new file mode 100644
index 00000000000..6049011f10e
--- /dev/null
+++ b/sdks/java/io/hcatalog/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
diff --git a/sdks/java/io/jdbc/OWNERS b/sdks/java/io/jdbc/OWNERS
new file mode 100644
index 00000000000..cdd510675d5
--- /dev/null
+++ b/sdks/java/io/jdbc/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
+ - timrobertson100
diff --git a/sdks/java/io/jms/OWNERS b/sdks/java/io/jms/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/sdks/java/io/jms/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/java/io/kinesis/OWNERS b/sdks/java/io/kinesis/OWNERS
new file mode 100644
index 00000000000..ffbc8b6c247
--- /dev/null
+++ b/sdks/java/io/kinesis/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aromanenko-dev
diff --git a/sdks/java/io/kudu/OWNERS b/sdks/java/io/kudu/OWNERS
new file mode 100644
index 00000000000..6049011f10e
--- /dev/null
+++ b/sdks/java/io/kudu/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
diff --git a/sdks/java/io/mongodb/OWNERS b/sdks/java/io/mongodb/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/sdks/java/io/mongodb/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/java/io/mqtt/OWNERS b/sdks/java/io/mqtt/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/sdks/java/io/mqtt/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/java/io/parquet/OWNERS b/sdks/java/io/parquet/OWNERS
new file mode 100644
index 00000000000..189bb00c383
--- /dev/null
+++ b/sdks/java/io/parquet/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - lgajowy
+ - jbonofre
+ - aromanenko-dev
diff --git a/sdks/java/io/redis/OWNERS b/sdks/java/io/redis/OWNERS
new file mode 100644
index 00000000000..8b0b05531cd
--- /dev/null
+++ b/sdks/java/io/redis/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - jbonofre
diff --git a/sdks/java/io/solr/OWNERS b/sdks/java/io/solr/OWNERS
new file mode 100644
index 00000000000..6049011f10e
--- /dev/null
+++ b/sdks/java/io/solr/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - timrobertson100
diff --git a/sdks/java/javadoc/OWNERS b/sdks/java/javadoc/OWNERS
new file mode 100644
index 00000000000..f5a89b0d3ff
--- /dev/null
+++ b/sdks/java/javadoc/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - melap
diff --git a/sdks/java/nexmark/OWNERS b/sdks/java/nexmark/OWNERS
new file mode 100644
index 00000000000..8725d56ab61
--- /dev/null
+++ b/sdks/java/nexmark/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - echauchot
+ - aromanenko-dev
diff --git a/sdks/python/OWNERS b/sdks/python/OWNERS
new file mode 100644
index 00000000000..7dce27abe12
--- /dev/null
+++ b/sdks/python/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
+ - charlesccychen
diff --git a/sdks/python/apache_beam/coders/OWNERS
b/sdks/python/apache_beam/coders/OWNERS
new file mode 100644
index 00000000000..207b624ab80
--- /dev/null
+++ b/sdks/python/apache_beam/coders/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - charlesccychen
diff --git a/sdks/python/apache_beam/examples/OWNERS
b/sdks/python/apache_beam/examples/OWNERS
new file mode 100644
index 00000000000..7dce27abe12
--- /dev/null
+++ b/sdks/python/apache_beam/examples/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
+ - charlesccychen
diff --git a/sdks/python/apache_beam/internal/OWNERS
b/sdks/python/apache_beam/internal/OWNERS
new file mode 100644
index 00000000000..7dce27abe12
--- /dev/null
+++ b/sdks/python/apache_beam/internal/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
+ - charlesccychen
diff --git a/sdks/python/apache_beam/io/OWNERS
b/sdks/python/apache_beam/io/OWNERS
new file mode 100644
index 00000000000..3f9471bf721
--- /dev/null
+++ b/sdks/python/apache_beam/io/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - chamikaramj
+ - aaltay
+ - udim
diff --git a/sdks/python/apache_beam/metrics/OWNERS
b/sdks/python/apache_beam/metrics/OWNERS
new file mode 100644
index 00000000000..f951b044bbc
--- /dev/null
+++ b/sdks/python/apache_beam/metrics/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - aaltay
diff --git a/sdks/python/apache_beam/options/OWNERS
b/sdks/python/apache_beam/options/OWNERS
new file mode 100644
index 00000000000..1a1f0f0d3e7
--- /dev/null
+++ b/sdks/python/apache_beam/options/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - charlesccychen
diff --git a/sdks/python/apache_beam/portability/OWNERS
b/sdks/python/apache_beam/portability/OWNERS
new file mode 100644
index 00000000000..dc488208007
--- /dev/null
+++ b/sdks/python/apache_beam/portability/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - charlesccychen
+ - robertwb
+ - aaltay
diff --git a/sdks/python/apache_beam/runners/OWNERS
b/sdks/python/apache_beam/runners/OWNERS
new file mode 100644
index 00000000000..1a1f0f0d3e7
--- /dev/null
+++ b/sdks/python/apache_beam/runners/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - charlesccychen
diff --git a/sdks/python/apache_beam/testing/OWNERS
b/sdks/python/apache_beam/testing/OWNERS
new file mode 100644
index 00000000000..f951b044bbc
--- /dev/null
+++ b/sdks/python/apache_beam/testing/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - aaltay
diff --git a/sdks/python/apache_beam/tools/OWNERS
b/sdks/python/apache_beam/tools/OWNERS
new file mode 100644
index 00000000000..1a1f0f0d3e7
--- /dev/null
+++ b/sdks/python/apache_beam/tools/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - charlesccychen
diff --git a/sdks/python/apache_beam/transforms/OWNERS
b/sdks/python/apache_beam/transforms/OWNERS
new file mode 100644
index 00000000000..20b39cbdd96
--- /dev/null
+++ b/sdks/python/apache_beam/transforms/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - aaltay
+ - charlesccychen
diff --git a/sdks/python/apache_beam/typehints/OWNERS
b/sdks/python/apache_beam/typehints/OWNERS
new file mode 100644
index 00000000000..207b624ab80
--- /dev/null
+++ b/sdks/python/apache_beam/typehints/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - charlesccychen
diff --git a/sdks/python/apache_beam/utils/OWNERS
b/sdks/python/apache_beam/utils/OWNERS
new file mode 100644
index 00000000000..1a1f0f0d3e7
--- /dev/null
+++ b/sdks/python/apache_beam/utils/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - pabloem
+ - charlesccychen
diff --git a/sdks/python/container/OWNERS b/sdks/python/container/OWNERS
new file mode 100644
index 00000000000..9b01cf1e570
--- /dev/null
+++ b/sdks/python/container/OWNERS
@@ -0,0 +1,6 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - herohde
+ - aaltay
+ - charlesccychen
diff --git a/sdks/python/scripts/OWNERS b/sdks/python/scripts/OWNERS
new file mode 100644
index 00000000000..3a2b3498379
--- /dev/null
+++ b/sdks/python/scripts/OWNERS
@@ -0,0 +1,4 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - aaltay
diff --git a/website/OWNERS b/website/OWNERS
new file mode 100644
index 00000000000..d056e03ebea
--- /dev/null
+++ b/website/OWNERS
@@ -0,0 +1,5 @@
+# See the OWNERS docs at https://s.apache.org/beam-owners
+
+reviewers:
+ - melap
+ - timrobertson100
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 135470)
Time Spent: 2h 40m (was: 2.5h)
> Make it easier to select coder reviewers for PRs
> ------------------------------------------------
>
> Key: BEAM-4790
> URL: https://issues.apache.org/jira/browse/BEAM-4790
> Project: Beam
> Issue Type: Improvement
> Components: project-management
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Priority: Major
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> The original idea was to use Github's CODEOWNERS feature, but that turned out
> to not work well for Apache Beam.
> Thread:
> https://lists.apache.org/thread.html/9cc3191b21489c855ed502beade6d453b18e26eec46cb2c3dfe810e9@%3Cdev.beam.apache.org%3E
> Document discussing this idea:
> https://docs.google.com/document/d/184Tn0ONJ2ENHBVrhIes4seVuBSkww7xX5xb5W2VZwm8/edit#heading=h.l7mcrg761zp8
> Mailing list thread:
> https://lists.apache.org/thread.html/6138d08c551e254b5f13b26c6ba06579a49a4694f4d13ad6d164689a@%3Cdev.beam.apache.org%3E
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)