Skip to content

Commit 8c7b1c5

Browse files
authored
Merge pull request #24554 from sftim/20201013_dot_github_code_owners
Set code owners for /.github
2 parents adb8342 + 6138d83 commit 8c7b1c5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-docs-en-reviews # Defined in OWNERS_ALIASES
5+
6+
approvers:
7+
- sig-docs-en-owners # Defined in OWNERS_ALIASES

.github/workflows/OWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# When modifying this file, consider the security implications of
4+
# allowing listed reviewers / approvals to modify or remove any
5+
# configured GitHub Actions.
6+
7+
reviewers:
8+
- sig-docs-leads
9+
10+
approvers:
11+
- sig-docs-leads

0 commit comments

Comments
 (0)