Skip to content

OWNERS file #152

Description

@kaovilai

OWNERS File

This issue tracks the need for an OWNERS file in the oadp-cli repository to support k8s prow automation.

What is an OWNERS file?

The OWNERS file is used by the Kubernetes prow automation system to define code reviewers and approvers for a repository or directory.

Why is it needed?

  • Enables prow's /lgtm and /approve commands for pull request automation
  • Defines who can review (reviewers) and approve (approvers) PRs
  • Required for proper integration with Tide (prow's automated merge queue)
  • Allows the blunderbuss plugin to auto-assign reviewers

Proposed OWNERS file structure

approvers:
  - <github-username>
reviewers:
  - <github-username>

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions