From 5d0be9212cf3515cb910cc39ba23d44c50926244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Tr=C3=B6ger?= Date: Mon, 3 Apr 2023 08:23:54 +1000 Subject: [PATCH] feat: add CODEOWNERS file to the repository (#511) --- .github/workflows/sync-with-upstream.yaml | 1 + CODEOWNERS | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/.github/workflows/sync-with-upstream.yaml b/.github/workflows/sync-with-upstream.yaml index 1f12c8d8..2faa5974 100644 --- a/.github/workflows/sync-with-upstream.yaml +++ b/.github/workflows/sync-with-upstream.yaml @@ -56,6 +56,7 @@ jobs: # Copy the files from the template to the current repo. rsync --recursive --verbose --verbose --exclude tests/ --exclude src/ --exclude docs/source/ \ + --exclude CHANGELOG.md --exclude CODEOWNERS --exclude LICENSE.md --exclude README.md --exclude SECURITY.md \ --exclude .git/ --exclude .github/workflows/.template_version template/ repo/ # Check if the branch exists in the current repo. diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..5870da7f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# Code owners are tagged automatically for pull requests. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @jenstroeger @behnazh