From bdccbdd890c400825fc1e6a71ba408a196d89060 Mon Sep 17 00:00:00 2001 From: hieu-w Date: Wed, 11 Feb 2026 13:19:00 +0700 Subject: [PATCH 1/2] chore: add code owner --- .github/workflows/CODEOWNERS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 0000000..575ae12 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,26 @@ +# Lines starting with '#' are comments. +# +# GUIDELINES: +# Each line is a file pattern followed by one or more owners. +# Owners bear a responsibility to the organization and the users of this +# application. Repository administrators have the ability to merge pull +# requests that have not yet received the requisite reviews as outlined +# in this file. Do not force merge any PR without confidence that it +# follows all policies or without full understanding of the impact of +# those changes on build, release and publishing outcomes. +# +# The CODEOWNERS file constitutes an agreement amongst organisation +# admins and maintainers to restrict approval capabilities to a subset +# of contributors. Modifications to this file result in a modification of +# that agreement and can only be approved by those with the knowledge +# and responsibility to publish libraries under the MetaMask name. + +# Fallback for all other files +* @torusresearch/Admins + +# Product code +src/ @torusresearch/Web3Auth-Product +test/ @torusresearch/Web3Auth-Product + +# Most restrictive — last match wins +.github/CODEOWNERS @torusresearch/Admins From 21ae25268264a7d64d423bcf509de8f5c14582be Mon Sep 17 00:00:00 2001 From: hieu-w Date: Wed, 11 Feb 2026 13:21:29 +0700 Subject: [PATCH 2/2] fix: move code owner --- .github/{workflows => }/CODEOWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/CODEOWNERS (100%) diff --git a/.github/workflows/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from .github/workflows/CODEOWNERS rename to .github/CODEOWNERS