From 4276e4d0e6fb92b43055358661a32c9966fc6fea Mon Sep 17 00:00:00 2001 From: stvn <stvn@mit.edu> Date: Wed, 26 May 2021 10:33:48 -0700 Subject: [PATCH] build: add CODEOWNERS; edx/community-engineering Background ========== As part of our Squad-based ownership, we should stay on top of what happens in these repositories. However, due to the number of repositories (and subsequently pull requests) across the edX ecosystem, it is challenging to stay on top of notifications, separating the 'signal' from the 'noise'. Email filters can go a long way to taming Inbox notifications, but this is manual and requires maintenance as Squad ownership changes. It also fails to account for Github-specific behavior. Proposal ======== By leveraging Github support for `CODEOWNERS` files [1], we can ensure that our team is at least CCed explicitly, here, in the form a requested review. This request is just that, a request, not a requirement; we are not enacting any new merge requirements at this time. - [1] https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners --- .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 0000000..d0c8142 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @edx/community-engineering -- GitLab