Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Marchini <mmarchini@netflix.com>2021-06-22 20:17:55 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-04 13:33:17 +0300
commit9766a99dd241aae46db4b36d72dc161b9da0194b (patch)
tree864656e939af84912875ab3a05ee0698d703b57c /.github
parentc6118b23f7059f3c78b684351d60d79823f676b6 (diff)
meta: add @nodejs/actions as CODEOWNERS
PR-URL: https://github.com/nodejs/node/pull/39119 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9184253c4c2..d5fb7b33c35 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -118,3 +118,8 @@
# V8
/deps/v8/* @nodejs/v8-update
/tools/v8_gypfiles/* @nodejs/v8-update
+
+# Actions
+
+/.github/workflows/* @nodejs/actions
+/tools/actions/* @nodejs/actions