Require steering committee approval for announcement changes

pull/25769/head
Tim Bannister 2020-12-23 17:47:52 +00:00
parent db4f1d5844
commit 0b6280f43e
3 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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