Skip to content

Commit 7b0c913

Browse files
Merge pull request #29 from codecov/th/remove-auto-reviewer
fix: remove reviewer as there is a gh cli bug
2 parents 21e5116 + 0612724 commit 7b0c913

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" --reviewer "@codecov/report-upload"
68+
gh pr create --fill --base "main"
6969
env:
7070
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)