diff --git a/OWNERS b/OWNERS index b478da90d..594ea2ada 100644 --- a/OWNERS +++ b/OWNERS @@ -2,5 +2,8 @@ approvers: - adrianchiris + - qbarrand - zvonkok - mrunalp +reviewers: + - qbarrand diff --git a/ci/prow/lint b/ci/prow/lint new file mode 100755 index 000000000..f1f641af1 --- /dev/null +++ b/ci/prow/lint @@ -0,0 +1 @@ +#!/usr/bin/env bash diff --git a/ci/prow/unit-tests b/ci/prow/unit-tests new file mode 100755 index 000000000..f1f641af1 --- /dev/null +++ b/ci/prow/unit-tests @@ -0,0 +1 @@ +#!/usr/bin/env bash