From 6d2cdeaf41533ff5289e4738783bc7b0e156d60b Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Mon, 23 Aug 2021 07:16:18 -0400 Subject: [PATCH] Remove myself from codeowners (#14565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove myself from codeowners Hey Forem people 👋 It might be worthwhile to add @forem/oss to cover docs or maybe change line 5 to cover **/*.md * Add forem/oss as code owner for all Markdown files Co-authored-by: Michael Kohl --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9806314fc..98a55c0d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # see https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners # for further details -/*.md @forem/oss +**/*.md @forem/oss /app/assets/ @forem/frontend /app/controllers/async_info_controller.rb @forem/sre /app/javascript/ @forem/frontend @@ -10,7 +10,6 @@ /app/workers/ @forem/sre /config/ @forem/sre /db/ @forem/sre @forem/backend -/docs/ @jacobherrington /lib/data_update_scripts/ @forem/sre /lib/sidekiq/ @forem/sre /spec/rails_helper.rb @forem/sre @forem/backend