From 1af6fb471a25bffc3f0470bb67981eeba2702aaf Mon Sep 17 00:00:00 2001 From: agamble-quora Date: Fri, 17 Jan 2025 17:09:41 -0600 Subject: [PATCH] Add CODEOWNERS with @poe-platform/fastapi_poe_reviewers (#141) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..ee7f531 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# This file is used to automatically assign reviewers to PRs +# For more information see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @poe-platform/fastapi_poe_reviewers