From 8d11ee5a8c46598f9c08f0905995c84f3352cff0 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 7 Dec 2020 15:48:38 -0500 Subject: [PATCH] Add CODEOWNERS (#662) * Add CODEOWNERS * Update owners of tool-cache --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..8a41979b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +* @actions/actions-runtime + +/packages/artifact/ @actions/actions-service +/packages/cache/ @actions/actions-service +/packages/tool-cache/ @actions/spark \ No newline at end of file