Skip to content

Commit 7794610

Browse files
committed
Update OWNERS_ALIASES to fix approver bot
The OWNERS_ALIASES needs aliases as map keys, not as list items.
1 parent 471f9cd commit 7794610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

OWNERS_ALIASES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md
22

33
aliases:
4-
- controller-runtime-admins:
5-
- directxman12
6-
- droot
7-
- pwittrock
8-
- controller-runtime-maintainers:
4+
controller-runtime-admins:
5+
- directxman12
6+
- droot
7+
- pwittrock
8+
controller-runtime-maintainers: []

0 commit comments

Comments
 (0)