Skip to content

Commit

Permalink
Update CODEOWNERS for the Hana handler (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Mar 2, 2023
1 parent dbca2b1 commit 989c640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
/integration/ @FerretDB/leads
/internal/ @FerretDB/leads

/internal/handlers/hana/ @AlekSi

/website/ @FerretDB/doc

/build/ @AlekSi
Expand Down
4 changes: 2 additions & 2 deletions build/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
//
// ferretdb_debug - enables debug build (see below; implied by ferretdb_testcover tag and builds with race detector)
// ferretdb_testcover - enables test coverage instrumentation
// ferretdb_tigris - enables Tigris backend handler
// ferretdb_hana - enables Hana backend handler
// ferretdb_tigris - enables Tigris backend handler (beta)
// ferretdb_hana - enables Hana backend handler (alpha)
//
// # Debug builds
//
Expand Down

0 comments on commit 989c640

Please sign in to comment.