protocol/CODEOWNERS
Line: 11: incorrect codeowner user: dekz Line: 11: no users/groups matched Line: 12: incorrect codeowner user: dekz Line: 12: incorrect codeowner user: dextracker Line: 12: incorrect codeowner user: kyu-c Line: 12: no users/groups matched Line: 13: incorrect codeowner user: dekz Line: 13: no users/groups matched Line: 14: incorrect codeowner user: dekz Line: 14: no users/groups matched Line: 18: incorrect codeowner user: dekz Line: 18: incorrect codeowner user: dextracker Line: 18: no users/groups matched
Elena 6dc3084c30
Migrate CI to GitHub actions (#625)
* Update cci scrptisdas

* Add github action workflow for installing the solution

* Add building the solution to github actions

* Add linting and formatting checks to github action

* Add deps to list of prettier ignore

* Add tests for @0x/contracts*

* Add dependency checker tests in CI

* Add checks for markdown issues to CI

* Add foundry tests to CI

* Add Test local @0x/contracts-* to CI

* Add tests for doc generation to CI

* Surgeon out leftover circle references and config

* Fix foundry working-directory

* Switch order of generate docs and checks in CI

* Add dependabot action to github

* Run ci on push ot development branch
2022-12-21 16:27:19 +02:00

19 lines
417 B
Plaintext

# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# Dev tools & setup
.github/ @dekz
packages/contract-addresses/ @dekz @dextracker @kyu-c
packages/contract-artifacts/ @dekz
packages/protocol-utils/ @dekz
# Protocol/smart contracts
contracts/ @dekz @dextracker