Skip to content

Commit f098cfa

Browse files
authored
Merge pull request #293 from xylar/fix-pre-commit-update
Fix pre-commit update action
2 parents 0ddac72 + 2cd556d commit f098cfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
gh pr create \
6767
--title "Update pre-commit and its dependencies" \
6868
--body "This PR was auto-generated to update pre-commit and its dependencies." \
69-
--head update-pre-commit-deps \
70-
--reviewer ${{ env.REVIEWERS }} \
71-
--label ci
69+
--head update-pre-commit-deps
7270
env:
7371
GH_TOKEN: ${{ github.token }}
7472

0 commit comments

Comments
 (0)