Skip to content

Commit c5a31c4

Browse files
fix: use new team as reveiwer
1 parent 7b5e0b1 commit c5a31c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
- name: Create pull request into main
6767
run: |
68-
gh pr create --fill --base "main" --assignee "thomasrockhu-codecov"
68+
gh pr create --fill --base "main" --reviewer "codecov/report-upload"
6969
env:
7070
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)