You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taken from [Kubernetes OWNERS guide](https://www.kubernetes.dev/docs/guide/owners/#owners)
2
+
3
+
# OWNERS files
4
+
Each directory that contains a unit of independent code or content may also contain an OWNERS file. This file applies to everything within the directory, including the OWNERS file itself, sibling files, and child directories.
5
+
6
+
OWNERS files are in YAML format and support the following keys:
7
+
8
+
- approvers: a list of GitHub usernames or aliases that can /approve a PR.
9
+
- reviewers: a list of GitHub usernames or aliases that are good candidates to /lgtm a PR.
10
+
- emeritus_approvers a list of GitHub usernames of folks who were previously in the approvers section, but are no longer actively approving code.
0 commit comments