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/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' 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