From 612e2adbf9f074cc86a68bacd2ad76f25ff2520d Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 20 Nov 2024 20:01:39 +0000 Subject: [PATCH] LICENSE in CODEOWNERS (#2210) This change adds the COPYING file to CODEOWNERS and specifies the community docs maintainers team as owners. The purpose of this change is to prevent any unintentional or unauthorized modifications to this file. Resolves #2178 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2893745aa..074b00de70 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ /docs/docsite/rst/community/collection_contributors/collection_requirements.rst @ansible/steering-committee /docs/docsite/rst/community/steering/* @ansible/steering-committee /docs/docsite/rst/roadmap/COLLECTIONS_*.rst @ansible/steering-committee +# Edits to COPYING need approval from the Red Hat open-source legal team +/COPYING @ansible/community-docs-maintainers