diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index a1b89702..3830469d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: "BUG :
"
labels: bug, open source
-assignees: 1abhishekpandey
+assignees: @rudderlabs/sdk-rn
---
**Describe the bug**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 118d54c2..d4435839 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: 'Feature Request: '
labels: open source
-assignees: 1abhishekpandey
+assignees: @rudderlabs/sdk-rn
---
**Is your feature request related to a problem? Please describe.**
diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml
index b88445b8..6b25992f 100644
--- a/.github/workflows/draft-new-release.yml
+++ b/.github/workflows/draft-new-release.yml
@@ -95,4 +95,4 @@ jobs:
github_token: ${{ secrets.PAT }}
pr_title: 'chore(release): pulling ${{ steps.create-release.outputs.branch_name }} into master'
pr_body: ':crown: *An automated PR*'
- pr_reviewer: '1abhishekpandey'
+ pr_reviewer: '@rudderlabs/sdk-rn'
diff --git a/.github/workflows/publish-new-release.yml b/.github/workflows/publish-new-release.yml
index be36f5f8..150dd160 100644
--- a/.github/workflows/publish-new-release.yml
+++ b/.github/workflows/publish-new-release.yml
@@ -89,7 +89,7 @@ jobs:
github_token: ${{ secrets.PAT }}
pr_title: 'chore(release): pulling master into develop post release v${{ steps.extract-version.outputs.release_version }}'
pr_body: ':crown: *An automated PR*'
- pr_reviewer: '1abhishekpandey'
+ pr_reviewer: '@rudderlabs/sdk-rn'
- name: Delete hotfix release branch
uses: koj-co/delete-merged-action@master
diff --git a/.github/workflows/update-minimum-android-and-ios-sdk.yml b/.github/workflows/update-minimum-android-and-ios-sdk.yml
index 3b5c6a78..c5967e21 100644
--- a/.github/workflows/update-minimum-android-and-ios-sdk.yml
+++ b/.github/workflows/update-minimum-android-and-ios-sdk.yml
@@ -70,4 +70,4 @@ jobs:
github_token: ${{ secrets.PAT }}
pr_title: 'fix: update minimum SDKs version'
pr_body: ':crown: *An automated PR*'
- pr_reviewer: '1abhishekpandey'
+ pr_reviewer: '@rudderlabs/sdk-rn'
diff --git a/CODEOWNERS b/CODEOWNERS
index 6d27c59b..a35ceeac 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1 +1 @@
-* @itsdebs @1abhishekpandey @ChryssaAliferi
\ No newline at end of file
+* @rudderlabs/sdk-rn
\ No newline at end of file