Skip to content

Commit

Permalink
feat: add CODEOWNERS file to the repository (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Apr 2, 2023
1 parent 79ecb20 commit 5d0be92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-with-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5d0be92

Please sign in to comment.