Skip to content

Commit

Permalink
chore: update CODEOWNERS (gnolang#1986)
Browse files Browse the repository at this point in the history
Addresses
gnolang#1801 (comment)
Related with gnolang#1765

---------

Co-authored-by: Morgan <morgan@morganbaz.com>
  • Loading branch information
moul and thehowl committed May 2, 2024
1 parent 846fb3d commit 3a4b742
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
# ...

# Docs & Content.
/docs/ @gnolang/devrels
/misc/docusaurus/ @gnolang/devrels
/README.md @gnolang/devrels
/docs/ @moul
/docs/**.md @gnolang/devrels
/docs/**.gif @gnolang/devrels
/docs/Makefile @gnolang/devrels
/README.md @moul @gnolang/devrels
/**/README.md @gnolang/devrels
/.gitpod.yml @gnolang/devrels

# Gno examples and default contracts.
Expand Down Expand Up @@ -89,3 +92,4 @@
/LICENSE.md @jaekwon
/.github/ @moul @gnolang/tech-staff
/.github/CODEOWNERS @jaekwon @moul
/go.mod @gnolang/tech-staff # no unnecessary dependencies

0 comments on commit 3a4b742

Please sign in to comment.