From 9e099b62a1133f9a96a50b8bbb292b816891060e Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Fri, 2 Dec 2022 09:51:15 +0100 Subject: [PATCH] Add infra owners file Bug: b/260832909 Change-Id: I6a9e50d37362e05b688560dc4594b37cba03f1ff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285760 Reviewed-by: Jeremy Leconte Reviewed-by: Mirko Bonadei Reviewed-by: Harald Alvestrand Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#38792} --- OWNERS | 18 +----------------- OWNERS_INFRA | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 OWNERS_INFRA diff --git a/OWNERS b/OWNERS index 6ae4b59a95..bfcca980eb 100644 --- a/OWNERS +++ b/OWNERS @@ -3,20 +3,4 @@ hta@webrtc.org mflodman@webrtc.org stefan@webrtc.org tommi@webrtc.org -per-file .gitignore=* -per-file .gn=mbonadei@webrtc.org -per-file BUILD.gn=mbonadei@webrtc.org -per-file .../BUILD.gn=mbonadei@webrtc.org -per-file *.gni=mbonadei@webrtc.org -per-file .../*.gni=mbonadei@webrtc.org -per-file .vpython=mbonadei@webrtc.org -per-file .vpython3=mbonadei@webrtc.org -per-file AUTHORS=* -per-file DEPS=* -per-file pylintrc=mbonadei@webrtc.org -per-file WATCHLISTS=* -per-file native-api.md=mbonadei@webrtc.org -per-file ....lua=titovartem@webrtc.org -per-file .style.yapf=jleconte@webrtc.org -per-file *.py=jansson@webrtc.org -per-file *.py=jleconte@webrtc.org +include OWNERS_INFRA #{Owners for infra and repo related files} diff --git a/OWNERS_INFRA b/OWNERS_INFRA new file mode 100644 index 0000000000..7172570152 --- /dev/null +++ b/OWNERS_INFRA @@ -0,0 +1,17 @@ +#Owners for infra and repo related files +per-file .gitignore=* +per-file .gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file BUILD.gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file .../BUILD.gn=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file *.gni=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file .../*.gni=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file .vpython=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file .vpython3=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file AUTHORS=* +per-file DEPS=* +per-file pylintrc=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org +per-file WATCHLISTS=* +per-file native-api.md=mbonadei@webrtc.org +per-file ....lua=titovartem@webrtc.org +per-file .style.yapf=jleconte@webrtc.org +per-file *.py=mbonadei@webrtc.org,jansson@webrtc.org,jleconte@webrtc.org