Skip to content

Commit

Permalink
codeowners: drop devx team review for tests
Browse files Browse the repository at this point in the history
It has been decided to drop required devx team review for tests.

NO_DOC=codeowners
NO_TEST=codeowners
NO_CHANGELOG=codeowners
  • Loading branch information
ylobankov committed Mar 29, 2024
1 parent 655c144 commit 58f5ffe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -2,23 +2,12 @@
# No changes should go w/o approval by doc team
/changelogs/ @tarantool/doc
/.github/ @tarantool/devx
/test/ @tarantool/devx
/.test.mk @tarantool/devx
/test-run/ @tarantool/devx
# Alexander Turenko wants to track all the activities around the
# declarative configuration.
#
# NB: GitHub's code owners documentation states the following.
#
# > If you want to match two or more code owners with the same
# > pattern, all the code owners must be on the same line. If the
# > code owners are not on the same line, the pattern matches only
# > the last mentioned code owner.
#
# As result @tarantool/devx should to be added explicitly here for
# testing directories if there are other code owners.
/src/box/lua/config/ @Totktonada
/test/config-luatest/ @Totktonada @tarantool/devx
/test/config-luatest/ @Totktonada
# Sergey Bronnikov wants to track all the activities around the
# fuzzing tests.
/test/fuzz/ @ligurio

0 comments on commit 58f5ffe

Please sign in to comment.