From b750b4c5115f97858868c6dfc7a91530692deb85 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 9 Feb 2024 10:21:15 +0100 Subject: [PATCH] chore: add CODEOWNERS Signed-off-by: Harald Hoyer --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8e255fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Each line is a file pattern followed by one or more owners. +# Owners will be automatically notified about new PRs and +# an owner's approval is required to merge to protected branches. +* @matter-labs/tee