From 2527793e7a83376a7c15190fc7ebd9b385720694 Mon Sep 17 00:00:00 2001 From: Hzj_jie Date: Tue, 14 Jan 2025 12:30:53 -0800 Subject: [PATCH] [fuchsia] Add OWNERS_FUCHSIA to allow fuchsia owners to update the DEPS The rollers will be updated to ask fuchsia team to take responsibility of the updates of the fuchsia components. http://review.skia.org/938236. So this change allows fuchsia team members to approve the changes like http://go/dart-reviews/404260. Bug: b/389763809 Change-Id: I93dd44a486ab1c7beff2ddd730a28b5b910ab9dc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404361 Commit-Queue: Zijie He Reviewed-by: Alexander Thomas --- OWNERS | 2 ++ tools/OWNERS_FUCHSIA | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 tools/OWNERS_FUCHSIA diff --git a/OWNERS b/OWNERS index f3846d0267b..f524dea4303 100644 --- a/OWNERS +++ b/OWNERS @@ -10,6 +10,8 @@ vsm@google.com #{LAST_RESORT_SUGGESTION} # DEPS per-file DEPS=file:/tools/OWNERS_ENG +# Updates fuchsia components only. +per-file DEPS=file:/tools/OWNERS_FUCHSIA # Changelog, AUTHORS, and .git* do not require approval. per-file CHANGELOG.md,AUTHORS,WATCHLISTS,.gitattributes,.gitconfig,.gitignore,sdk.code-workspace=* diff --git a/tools/OWNERS_FUCHSIA b/tools/OWNERS_FUCHSIA new file mode 100644 index 00000000000..a66ef15c732 --- /dev/null +++ b/tools/OWNERS_FUCHSIA @@ -0,0 +1,9 @@ +# Update fuchsia components in DEPS only, no other changes should go here, nor +# other permissions should be granted. + +# Aaron has no dart/sdk account yet. +# aknobloch@google.com +jonnywang@google.com + +# Always assign roller changes to zijiehe@google.com first. +zijiehe@google.com