Skip to content

Commit 0b6280f

Browse files
author
Tim Bannister
committed
Require steering committee approval for announcement changes
1 parent db4f1d5 commit 0b6280f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

OWNERS_ALIASES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,12 @@ aliases:
215215
- idvoretskyi
216216
- MaxymVlasov
217217
- Potapy4
218+
# authoritative source: git.k8s.io/community/OWNERS_ALIASES
219+
committee-steering: # provide PR approvals for announcements
220+
- cblecker
221+
- derekwaynecarr
222+
- dims
223+
- liggitt
224+
- mrbobbytables
225+
- nikhita
226+
- parispittman

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ disableBrowserError = true
1313

1414
disableKinds = ["taxonomy", "taxonomyTerm"]
1515

16-
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
16+
ignoreFiles = [ "(?:^|/)OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
1717

1818
timeout = 3000
1919

data/announcements/OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# Disable inheritance as content in this dir is scoped to steering approval per
4+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
5+
options:
6+
no_parent_owners: true
7+
approvers:
8+
- committee-steering # defined in OWNERS_ALIASES

0 commit comments

Comments
 (0)