diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index c02a733f0..7aff08447 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -34,14 +34,29 @@ aliases: - tcnghia - vagababov + eventing-eng-approvers: + - grantr + - lionelvillard + - vaikas + eventing-eng-reviewers: - evankanderson - grantr - - vaikas - - n3wscott - - matzew - - nachocano - lionelvillard + - matzew + - n3wscott + - nachocano + - vaikas + + eventing-channels-eng-approvers: + - Harwayne + - matzew + + eventing-sources-eng-approvers: + - lionelvillard + - n3wscott + - nachocano + - vaikas install-eng-reviewers: - dprotaso diff --git a/docs/eventing/OWNERS b/docs/eventing/OWNERS index 1d14e15a2..5a2d5b702 100644 --- a/docs/eventing/OWNERS +++ b/docs/eventing/OWNERS @@ -1,4 +1,6 @@ # The OWNERS file is used by prow to automatically merge approved PRs. +approvers: +- eventing-eng-approvers reviewers: -- eventing-eng-reviewers \ No newline at end of file +- eventing-eng-reviewers diff --git a/docs/eventing/channels/OWNERS b/docs/eventing/channels/OWNERS new file mode 100644 index 000000000..99e4fa97e --- /dev/null +++ b/docs/eventing/channels/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- eventing-channels-eng-approvers diff --git a/docs/eventing/sources/OWNERS b/docs/eventing/sources/OWNERS new file mode 100644 index 000000000..78ef7e297 --- /dev/null +++ b/docs/eventing/sources/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- eventing-sources-eng-approvers