kubeflow / blog

Kubeflow blog based on fastpages
https://blog.kubeflow.org
Apache License 2.0
17 stars 40 forks source link

Enable Prow for PR merging #32

Open jlewi opened 4 years ago

jlewi commented 4 years ago

We should enable prow to review PRs .

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

chases2 commented 4 years ago

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