From f00f6174acbe56d97b6b3e7c50213720ac965ced Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Thu, 17 Nov 2022 10:29:16 -0500 Subject: [PATCH] feat: add CODEOWNERS file The repo should have a CODEOWNERS file, but this effort is specifically to help test a need to make an edx-platform file notify T&L when changes are made. We are doing the testing on this edx repo that we own to minimize the churn and impact on edx-platform. The scope of this effort includes: # Create a CODEOWNERS file in this repo that calls out a single file as owned by a team. # Submit a no-change PR to that file and ensure the team is notified # Submit a no-change PR to another file in the repo and ensure the team is NOT notified # Update the CODEOWNERS file to have T&L team as owners of the whole repo, instead of just one file (long term desired state) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..8d3664831 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +docs/decisions/0001-library-adr.rst @edx/teaching-and-learning