Skip to content

Commit

Permalink
chore: add codeowners for CMS specifications (#2595)
Browse files Browse the repository at this point in the history
## Proposed change

chore: add codeowners for CMS specifications
chore: add /bin folder to gitignore

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Dec 16, 2024
2 parents 5afd536 + c141c26 commit cffe0d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
## Default reviewers for Anayltics build metrics webpack plugin
# /packages/@o3r/analytics/plugins/webpack/build-metrics @rglearns

## Default reviewers for AEM Plugin JSON Schemas
# /packages/@o3r/application/schemas/ @guillaume-goulet
# /packages/@o3r/localization/schemas/ @guillaume-goulet
# /packages/@o3r/configuration/schemas/ @guillaume-goulet
# /packages/@o3r/components/schemas/ @guillaume-goulet
# /packages/@o3r/dynamic-content/schemas/ @guillaume-goulet
# /packages/@o3r/extractors/schemas/ @guillaume-goulet
# /packages/@o3r/rules-engine/schemas/ @guillaume-goulet

# Default reviewers for CMS Plugin JSON Schemas
/packages/@o3r/application/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/localization/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/configuration/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/components/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/dynamic-content/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/extractors/schemas/ @AmadeusITGroup/otter_cms
/packages/@o3r/rules-engine/schemas/ @AmadeusITGroup/otter_cms

# Default reviewers for Intellij extension
/apps/intellij-extension/ @OxyFlax
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dist-lint/
tmp/
.acache/
*.tsbuildinfo
/bin

# Documentations
/documentation.json
Expand Down

0 comments on commit cffe0d1

Please sign in to comment.