From b6d64f8c7a146119d826c2b63f2ac810c35247e7 Mon Sep 17 00:00:00 2001 From: dipto0321 Date: Tue, 30 Jun 2026 10:50:30 +0600 Subject: [PATCH] chore: add CODEOWNERS to designate @dipto0321 as code owner Required for the require_code_owner_reviews branch protection rule on main. Co-Authored-By: Claude Sonnet 4.6 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..335e736 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @dipto0321