From 7e0824027e7e2846842a2dac4e99362e6ba68be6 Mon Sep 17 00:00:00 2001 From: Jiawei Lv Date: Tue, 11 Aug 2020 11:23:07 -0700 Subject: [PATCH] Assign ownership for unowned open sourced robolectric tests in fbandroid Summary: Changelog: [Internal] Reviewed By: IanChilds Differential Revision: D22983828 fbshipit-source-id: d0f48760d7a96cfe290ef44addacaf2c0f712b65 --- ReactAndroid/src/test/java/com/facebook/react/util/BUCK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReactAndroid/src/test/java/com/facebook/react/util/BUCK b/ReactAndroid/src/test/java/com/facebook/react/util/BUCK index 853b0a8a2f9..e1ef71382fe 100644 --- a/ReactAndroid/src/test/java/com/facebook/react/util/BUCK +++ b/ReactAndroid/src/test/java/com/facebook/react/util/BUCK @@ -3,6 +3,8 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar rn_robolectric_test( name = "util", srcs = glob(["**/*.java"]), + # Please change the contact to the oncall of your team + contacts = ["oncall+test_ownership_2020@xmail.facebook.com"], visibility = [ "PUBLIC", ],