Skip to content

Commit

Permalink
fix: use new team as reveiwer
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent 7b5e0b1 commit c5a31c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:

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

0 comments on commit c5a31c4

Please sign in to comment.