Remove myself from codeowners (#14565)
* 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 <citizen428@forem.com>
This commit is contained in:
parent
ee2c3bf1eb
commit
6d2cdeaf41
1 changed files with 1 additions and 2 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue