Skip to content

Commit

Permalink
fix: Change CODEOWNERS of doc configs (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored Jul 8, 2024
1 parent f0ee6d3 commit e7801e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# Everything within the SDK folder
/sdk/ @iotaledger/boxfish @iotaledger/l1-core @iotaledger/tooling

# Docs are for DevEx to approve upon
/docs/ @iotaledger/devx

# Changes to the genesis builder should be approved by Konstantinos or Mirko at least
/crates/iota-genesis-builder/ @kodemartin @miker83z

Expand All @@ -28,5 +25,11 @@ prettier.config.js @iotaledger/boxfish @iotaledger/tooling
turbo.json @iotaledger/boxfish @iotaledger/tooling
vercel.json @iotaledger/boxfish @iotaledger/tooling

# Docs are for DevEx to approve upon
/docs/ @iotaledger/devx
# Override ownership of Boxfish Studio and the tooling team for the following files
/docs/**/package.json @iotaledger/devx
/docs/**/vercel.json @iotaledger/devx

# Protect this CODEOWNERS file, with some fallback in case of unavailability
/.github/CODEOWNERS @luca-moser @lzpap @miker83z @fijter

0 comments on commit e7801e9

Please sign in to comment.