From d23da9e5708efd8429eb4e5305300d1ee287ea10 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Sun, 12 May 2024 14:51:16 +0530 Subject: [PATCH] chore: update code owners --- .github/CODEOWNERS | 2 +- .mergify.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index deaaf34545..8e0b1d0846 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence. -* @akurungadam @akashkrishna619 +* @akurungadam @akashkrishna619 @Sajinsr diff --git a/.mergify.yml b/.mergify.yml index 92059c4019..c09812184f 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,6 +2,7 @@ pull_request_rules: - name: Auto-close PRs on stable branch conditions: - and: + - author!=Sajinsr - author!=akashkrishna619 - author!=akurungadam - author!=frappe-pr-bot