Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prow: allow configuring the filenames used for OWNERS(_ALIASES) #20482

Merged

Commits on Jan 19, 2021

  1. prow: allow configuring the filenames used for OWNERS(_ALIASES)

    When a repository is a fork of an upstream repository with OWNERS, or
    vendors a repository that also uses OWNERS, it is generally not intended
    for users who are OWNERS upstream to have rights in the downstream.
    Furthermore, changing the OWNERS files leads to merge conflicts as
    changes from upstream are pulled in, which leads to headaches. Allowing
    users to configure the files used by Prow to denote owners and aliases
    side-steps this issue.
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    stevekuznetsov committed Jan 19, 2021
    Copy the full SHA
    aa976bf View commit details
    Browse the repository at this point in the history