From 8fa043cc46d3f73102eb438eaff6c9c017e22280 Mon Sep 17 00:00:00 2001
From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com>
Date: Mon, 11 Mar 2024 20:51:28 +0530
Subject: [PATCH 1/2] chore: update codeowners files
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
.github/workflows/draft-new-release-v2.yml | 2 +-
.github/workflows/publish-new-release.yml | 2 +-
CODEOWNERS | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e0eecd98..8873d03b 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: pallabmaiti
+assignees: desusai7
---
**Describe the bug**
diff --git a/.github/workflows/draft-new-release-v2.yml b/.github/workflows/draft-new-release-v2.yml
index a1ca6853..1dc1c0b5 100644
--- a/.github/workflows/draft-new-release-v2.yml
+++ b/.github/workflows/draft-new-release-v2.yml
@@ -88,4 +88,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*\n\n${{ steps.finish-release.outputs.commit_summary }}"
- pr_reviewer: 'pallabmaiti'
+ pr_reviewer: 'desusai7'
diff --git a/.github/workflows/publish-new-release.yml b/.github/workflows/publish-new-release.yml
index 4f5e0d32..98f9b607 100644
--- a/.github/workflows/publish-new-release.yml
+++ b/.github/workflows/publish-new-release.yml
@@ -55,7 +55,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: "pallabmaiti"
+ pr_reviewer: "desusai7"
- name: Delete hotfix release branch
uses: koj-co/delete-merged-action@master
diff --git a/CODEOWNERS b/CODEOWNERS
index 55364db5..173b42e6 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1 +1 @@
-* @pallabmaiti @itsdebs
\ No newline at end of file
+* @desusai7 @itsdebs
\ No newline at end of file
From 27a74485b9d014cc679518e0322c4df274846b74 Mon Sep 17 00:00:00 2001
From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com>
Date: Mon, 11 Mar 2024 20:54:33 +0530
Subject: [PATCH 2/2] chore: update codeowners files
---
.github/workflows/draft-new-release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml
index 2cfbc9b4..34a0f7f1 100644
--- a/.github/workflows/draft-new-release.yml
+++ b/.github/workflows/draft-new-release.yml
@@ -88,4 +88,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*\n\n${{ steps.finish-release.outputs.commit_summary }}"
- pr_reviewer: 'pallabmaiti'
+ pr_reviewer: 'desusai7'