summaryrefslogtreecommitdiff
path: root/meta-ibm/OWNERS
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-07-20 18:34:32 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-07-22 23:32:24 +0300
commit8632c910a37fd802038098d8b112cb5bf5351ea6 (patch)
treea82d4e5812892041130133ba6630b20fc2e8d3da /meta-ibm/OWNERS
parent2f5e377f6bce92e6dde5bc46ed6e3a4835eeb00c (diff)
downloadopenbmc-8632c910a37fd802038098d8b112cb5bf5351ea6.tar.xz
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 <patrick@stwcx.xyz> Change-Id: I47329241bc9e6eba6f4ecd1b92b7ebe5d7230939
Diffstat (limited to 'meta-ibm/OWNERS')
-rw-r--r--meta-ibm/OWNERS2
1 files changed, 1 insertions, 1 deletions
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