diff options
author | 2018-09-13 15:22:57 -0700 | |
---|---|---|
committer | 2018-09-13 15:22:57 -0700 | |
commit | 063999551d2d7ac58a66c1c376668ac2d44af379 (patch) | |
tree | 2cd06248beeda851a7281ddab758d151d7e429df | |
parent | 0bf8b81cb7a5894e7cb6336ac5a8f7510c92692d (diff) | |
download | coredns-063999551d2d7ac58a66c1c376668ac2d44af379.tar.gz coredns-063999551d2d7ac58a66c1c376668ac2d44af379.tar.zst coredns-063999551d2d7ac58a66c1c376668ac2d44af379.zip |
Add @dilyevsky to reviewers. (#2094)
* Add @dilyevsky to reviewers.
Per @miekg suggestion on https://github.com/coredns/coredns/pull/2050#pullrequestreview-149538954
adding myself to OWNERS file.
* Also add me into plugin/route53-specific reviewers/approvers.
-rw-r--r-- | OWNERS | 1 | ||||
-rw-r--r-- | plugin/route53/OWNERS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ reviewers: - bradbeam - chrisohaver + - dilyevsky - fastest963 - fturib - greenpau diff --git a/plugin/route53/OWNERS b/plugin/route53/OWNERS index 4e0ca6d99..aba4fe3da 100644 --- a/plugin/route53/OWNERS +++ b/plugin/route53/OWNERS @@ -1,4 +1,6 @@ reviewers: - yongtang + - dilyevsky approvers: - yongtang + - dilyevsky |