From 2e7dff670990c2f4c3213a6dcd56cc5471588603 Mon Sep 17 00:00:00 2001 From: Austin Holmes Date: Wed, 14 Aug 2024 12:32:56 -0500 Subject: [PATCH] Add CODEOWNERS file to configure repository CODEOWNERShip --- .github/workflows/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 0000000..bbcba19 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,5 @@ +# GitHub COODEOWNERS +# +# This file configures the CODEOWNERS for the repository, +# automatically adding them on pull request reviews and making visible which team is responsible for InkPress +* @customink/funnelcake \ No newline at end of file