From ea2c13e22557a14e69e0e0811dae53cf7bc18db4 Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Wed, 25 Sep 2024 15:00:39 +0100 Subject: [PATCH] Add codeowners file to limit reviewers to known teams This has overall reviewers (@codeplaysoftware/ock-reviewers) and workflow reviewers (@codeplaysoftware/ock-workflow-reviewers) for anything under .github. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..d2e62aa21 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +@codeplaysoftware/ock-reviewers + +# limit the workflow to a subset of the overall reviewers for security reasons. +.github @codeplaysoftware/ock-workflow-reviewers