diff --git a/.github/OWNERS b/.github/OWNERS new file mode 100644 index 0000000000..594352be83 --- /dev/null +++ b/.github/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: +- sig-docs-en-reviews # Defined in OWNERS_ALIASES + +approvers: +- sig-docs-en-owners # Defined in OWNERS_ALIASES diff --git a/.github/workflows/OWNERS b/.github/workflows/OWNERS new file mode 100644 index 0000000000..404875fc2e --- /dev/null +++ b/.github/workflows/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# When modifying this file, consider the security implications of +# allowing listed reviewers / approvals to modify or remove any +# configured GitHub Actions. + +reviewers: +- sig-docs-leads + +approvers: +- sig-docs-leads