From 8632c910a37fd802038098d8b112cb5bf5351ea6 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 20 Jul 2022 10:34:32 -0500 Subject: OWNERS: adjust matchers There are a few 'matchers' statements specified in OWNERS files that do not do anything. git doesn't track directories, so we cannot do an 'exact' match on a directory. Switch these 'matchers' to be a 'partial_regex' so that any file included in these paths will match. Signed-off-by: Patrick Williams Change-Id: I47329241bc9e6eba6f4ecd1b92b7ebe5d7230939 --- meta-ibm/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm/OWNERS') diff --git a/meta-ibm/OWNERS b/meta-ibm/OWNERS index 440bb8adcc..7c5da8a721 100644 --- a/meta-ibm/OWNERS +++ b/meta-ibm/OWNERS @@ -3,6 +3,6 @@ owners: - anoo@us.ibm.com matchers: -- exact: recipes-kernel +- partial_regex: recipes-kernel reviewers: - joel@jms.id.au -- cgit v1.2.3