Skip to content

Commit 2cd556d

Browse files
authored
Don't add label too early
1 parent 5e1cfa9 commit 2cd556d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +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-
--label ci
69+
--head update-pre-commit-deps
7170
env:
7271
GH_TOKEN: ${{ github.token }}
7372

0 commit comments

Comments
 (0)