From 3e23c3e2c0b9c37b26a6a6e9aa432a5cd959f085 Mon Sep 17 00:00:00 2001 From: geoffreygarrett <26066340+geoffreygarrett@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:15:27 +0200 Subject: [PATCH] Add templates and CODEOWNERS to streamline repository workflow --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc0f5de..c76e80b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # CODEOWNERS assigns reviewers to pull requests based on file paths - in this example, # you can specify multiple owners for a path using: path/ @user1 @user2 # e.g. any changes to .github/ directory will request review from @geoffreygarrett -.github/ @geoffreygarrett \ No newline at end of file +# .github/ @geoffreygarrett # No write access yet, so this errors in GH \ No newline at end of file