diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 3d1ae50afa..863703e250 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -215,3 +215,12 @@ aliases: - idvoretskyi - MaxymVlasov - Potapy4 + # authoritative source: git.k8s.io/community/OWNERS_ALIASES + committee-steering: # provide PR approvals for announcements + - cblecker + - derekwaynecarr + - dims + - liggitt + - mrbobbytables + - nikhita + - parispittman diff --git a/config.toml b/config.toml index ac1c1845fb..d77c315331 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ disableBrowserError = true disableKinds = ["taxonomy", "taxonomyTerm"] -ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ] +ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ] timeout = 3000 diff --git a/data/announcements/OWNERS b/data/announcements/OWNERS new file mode 100644 index 0000000000..602afd0322 --- /dev/null +++ b/data/announcements/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Disable inheritance as content in this dir is scoped to steering approval per +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true +approvers: +- committee-steering # defined in OWNERS_ALIASES