Skip to content

Commit

Permalink
Merge pull request #29 from codecov/th/remove-auto-reviewer
Browse files Browse the repository at this point in the history
fix: remove reviewer as there is a gh cli bug
  • Loading branch information
thomasrockhu-codecov authored Nov 20, 2024
2 parents 21e5116 + 0612724 commit 7b0c913
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" --reviewer "@codecov/report-upload"
gh pr create --fill --base "main"
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit 7b0c913

Please sign in to comment.