Skip to content

Commit 47065bb

Browse files
committed
chore: add website governance aliases and content filter
Add sig-contribex-website-owners and sig-contribex-website-reviewers aliases to OWNERS_ALIASES, and update the OWNERS content filter to use the website reviewers alias. - sig-contribex-website-owners: SIG ContribEx chairs and tech leads (Priyankasaggu11929, MadhavJivrajani, mfahlandt, palnabarun) - sig-contribex-website-reviewers: lmktfy, jberkus, reylejano - sig-contribex-en-owners: fsmunoz, TineoC, jberkus - sig-contribex-en-reviewers: lmktfy - OWNERS: add content/ to the static site generator filter with approvers Follow-up to the i18n foundation PR to split governance changes out.
1 parent f9ded99 commit 47065bb

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

OWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ filters:
1414
- TineoC
1515
- tokt
1616
- sig-contributor-experience-leads
17-
# files/directories related to static site generator
18-
"^(assets|layouts|static|package-lock\\.json|package\\.json|netlify\\.toml|hugo\\.yaml)$":
17+
# files/directories related to static site generator and localization framework
18+
"^(assets|layouts|static|package-lock\.json|package\.json|netlify\.toml|hugo\.yaml|content/)$":
19+
approvers:
20+
- sig-contribex-website-owners
1921
reviewers:
2022
- SayakMukhopadhyay
23+
- sig-contribex-website-reviewers

OWNERS_ALIASES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,18 @@ aliases:
99
- mfahlandt
1010
- palnabarun
1111
- Priyankasaggu11929
12+
sig-contribex-website-owners:
13+
- Priyankasaggu11929
14+
- MadhavJivrajani
15+
- mfahlandt
16+
- palnabarun
17+
sig-contribex-website-reviewers:
18+
- lmktfy
19+
- jberkus
20+
- reylejano
21+
sig-contribex-en-owners:
22+
- fsmunoz
23+
- TineoC
24+
- jberkus
25+
sig-contribex-en-reviewers:
26+
- lmktfy

content/en/OWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# This is the localization project for English.
4+
# Approvers are delegated to the established SIG Docs English team
5+
# with fallback to the contributor-site English owners.
6+
7+
reviewers:
8+
- sig-docs-en-reviews
9+
- sig-contribex-en-reviewers
10+
11+
approvers:
12+
- sig-docs-en-owners
13+
- sig-contribex-en-owners
14+
15+
labels:
16+
- area/localization
17+
- language/en

0 commit comments

Comments
 (0)