From cd66d81a506b1c75342c8e5b1860c62f9f2f49f7 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 13 Sep 2024 19:07:59 +0200 Subject: [PATCH] chore(devops): :technologist: add CODEOWNERS to auto add reviewers Closes #24 --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..bd8d031 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# All members on Developers team get added to review PRs + +* @rostools/cog-flow-intro-team