Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo update - codeowners #15427

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ packages/suite-data/files/bin/tor/win-*/*.dll filter=lfs diff=lfs merge=lfs -tex
packages/suite-data/files/bin/tor/win-*/tor.exe filter=lfs diff=lfs merge=lfs -text
packages/connect-common/files/firmware/*/*.bin filter=lfs diff=lfs merge=lfs -text
packages/connect-common/files/devkit/firmware/*/*.bin filter=lfs diff=lfs merge=lfs -text
# Changelog to be merged via union always.
CHANGELOG.md merge=union
packages/suite-data/files/bin/coinjoin/linux-arm64/WalletWasabi.WabiSabiClientLibrary filter=lfs diff=lfs merge=lfs -text
packages/suite-data/files/bin/coinjoin/linux-x64/WalletWasabi.WabiSabiClientLibrary filter=lfs diff=lfs merge=lfs -text
packages/suite-data/files/bin/coinjoin/osx-arm64/WalletWasabi.WabiSabiClientLibrary filter=lfs diff=lfs merge=lfs -text
packages/suite-data/files/bin/coinjoin/osx-x64/WalletWasabi.WabiSabiClientLibrary filter=lfs diff=lfs merge=lfs -text
packages/suite-data/files/bin/coinjoin/win-x64/WalletWasabi.WabiSabiClientLibrary.exe filter=lfs diff=lfs merge=lfs -text
# Changelog to be merged via union always.
CHANGELOG.md merge=union
26 changes: 16 additions & 10 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,28 @@

/packages/components @jvaclavik @adamhavel

/packages/connect @mroz22 @szymonlesisz @martykan
/packages/connect @mroz22 @szymonlesisz @martykan @marekrjpolak

/packages/connect-common @mroz22 @szymonlesisz @martykan
/packages/connect-common @mroz22 @martykan

/packages/connect-examples @mroz22 @szymonlesisz @martykan
/packages/connect-examples @mroz22 @martykan

/packages/connect-explorer @mroz22 @szymonlesisz @martykan
/packages/connect-explorer @mroz22 @martykan

/packages/connect-iframe @mroz22 @szymonlesisz @martykan
/packages/connect-iframe @mroz22 @martykan

/packages/connect-plugin-ethereum @mroz22 @szymonlesisz @martykan
/packages/connect-plugin-ethereum @mroz22 @martykan

/packages/connect-plugin-stellar @mroz22 @szymonlesisz @martykan
/packages/connect-plugin-stellar @mroz22 @martykan

/packages/connect-popup @mroz22 @szymonlesisz @martykan
/packages/connect-popup @mroz22 @martykan

/packages/connect-web @mroz22 @szymonlesisz @martykan
/packages/connect-web @mroz22 @martykan

/packages/connect-webextension @mroz22 @karliatto @martykan

/packages/connect-mobile @mroz22 @karliatto @martykan

/packages/icons @trezor/suite-mobile

/suite-common/message-system @tomasklim @matejkriz
Expand All @@ -58,7 +60,11 @@

/packages/suite-storage @matejkriz

/packages/transport @mroz22
/packages/transport @mroz22 @szymonlesisz

/packages/transport-bridge @mroz22 @szymonlesisz

/packages/transport-test @mroz22

/packages/transport-native @trezor/suite-mobile @Nodonisko

Expand Down
Loading