Skip to content

Commit

Permalink
chore: update CODEOWNERS, pr_reviewer and assignees to @rudderlabs/sd…
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed May 28, 2024
1 parent bd2e521 commit b0c1194
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: "BUG : <Title>"
labels: bug, open source
assignees: 1abhishekpandey
assignees: @rudderlabs/sdk-rn
---

**Describe the bug**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: 'Feature Request: <Title>'
labels: open source
assignees: 1abhishekpandey
assignees: @rudderlabs/sdk-rn
---

**Is your feature request related to a problem? Please describe.**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-minimum-android-and-ios-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @itsdebs @1abhishekpandey @ChryssaAliferi
* @rudderlabs/sdk-rn

0 comments on commit b0c1194

Please sign in to comment.