diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-08-13 21:44:46 +0300 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-08-14 09:03:34 +1000 |
commit | 0ac8e2cfdba216f0f33b688cc0cdc464364f9c78 (patch) | |
tree | 558bcae3a1b8fcbb67b78f9ca9773b72cba4ceac /.github | |
parent | 5eff7c022608af69c5f3591326e2be5132033977 (diff) | |
download | mariadb-git-0ac8e2cfdba216f0f33b688cc0cdc464364f9c78.tar.gz |
Add a Github CODEOWNERS file to project
As the first entry, define user 'ottok' (Otto Kekäläinen) as the person
who by default gets assigned all PRs that modify the debian/ contents.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..538007ed62d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/debian @ottok + |