From 18b5f25052fcefa85661e989750e14bd5e9c48e9 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 16 Nov 2023 18:18:00 +0000 Subject: [PATCH] Use OWNERS files to restrict editing of tests/language to language team. Also tests/language_2 (which hopefully we can delete soon). Change-Id: I4c7086ecb1b374c2068be9d1366f76323435e57f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/336624 Commit-Queue: Paul Berry Reviewed-by: Alexander Thomas --- tests/language/OWNERS | 9 +++++++++ tests/language_2/OWNERS | 9 +++++++++ tools/OWNERS_LANGUAGE | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 tests/language/OWNERS create mode 100644 tests/language_2/OWNERS create mode 100644 tools/OWNERS_LANGUAGE diff --git a/tests/language/OWNERS b/tests/language/OWNERS new file mode 100644 index 00000000000..a55afe625fd --- /dev/null +++ b/tests/language/OWNERS @@ -0,0 +1,9 @@ +# Parent grants access to everybody so ignore that. +set noparent + +# But we do still want to permit the last resort global approvers +# defined at top level. +file:/OWNERS + +# Owned by language team members. +file:/tools/OWNERS_LANGUAGE diff --git a/tests/language_2/OWNERS b/tests/language_2/OWNERS new file mode 100644 index 00000000000..a55afe625fd --- /dev/null +++ b/tests/language_2/OWNERS @@ -0,0 +1,9 @@ +# Parent grants access to everybody so ignore that. +set noparent + +# But we do still want to permit the last resort global approvers +# defined at top level. +file:/OWNERS + +# Owned by language team members. +file:/tools/OWNERS_LANGUAGE diff --git a/tools/OWNERS_LANGUAGE b/tools/OWNERS_LANGUAGE new file mode 100644 index 00000000000..bb438d9a558 --- /dev/null +++ b/tools/OWNERS_LANGUAGE @@ -0,0 +1,8 @@ +eernst@google.com +jakemac@google.com +kallentu@google.com +leafp@google.com +lrn@google.com +nbosch@google.com +paulberry@google.com +rnystrom@google.com