From 9194bfe75b2a4638422bb2651ba19767ff8bc0fb Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 18 Dec 2025 12:06:55 +0100 Subject: [PATCH] DRA device taints controller: add pohly to OWNERS While the code is nominally owned by SIG Scheduling, in practice I am the one who knows it best, so I should be a reviewer and should be able to merge simple changes without additional approvals (will use cautiously!). --- pkg/controller/devicetainteviction/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/controller/devicetainteviction/OWNERS b/pkg/controller/devicetainteviction/OWNERS index 19c02ee0b10..42297f5d25e 100644 --- a/pkg/controller/devicetainteviction/OWNERS +++ b/pkg/controller/devicetainteviction/OWNERS @@ -2,7 +2,9 @@ approvers: - sig-scheduling-maintainers + - pohly reviewers: - sig-scheduling + - pohly labels: - sig/scheduling