blog icon indicating copy to clipboard operation
blog copied to clipboard

Enable Prow for PR merging

Open jlewi opened this issue 4 years ago • 1 comments

We should enable prow to review PRs .

It looks like the issue is that the ci-bots don't have permission on the repo

jlewi avatar Jul 29 '20 22:07 jlewi

Hello!

It looks like Prow is trying to merge things, but there isn't an OWNERS file in this repository. As a result, the approve plugin can't determine who to assign for approval.

Information about OWNERS files and how to create them can be found at https://go.k8s.io/owners. A simple YAML file, such as the example below, can do for now.

See https://github.com/kubeflow/blog/pull/31 for an example of this; the link to OWNERS is currently dead.

# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- some_github_name
- another_github_name

chases2 avatar Aug 03 '20 19:08 chases2