From 612aa092c180dfe0385334224b0ef78815770297 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 12 Dec 2024 10:32:30 -0500 Subject: [PATCH] Introduce a CODEOWNERS file. --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..9d868d8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# +# All contributions to Props Bot are welcome. However, because Props Bot can be used in both public and private +# repositories, it's important to ensure someone familiar with the potential security risks involved with GitHub Actions +# reviews changes to this action repository. +# +# For now, this is limited to members of the Props Bot Core team, but can be expanded in the future. +# +@WordPress/props-bot-core