Skip to content

Commit

Permalink
add fill-first optin
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 4, 2024
1 parent 140f991 commit 9e3e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git commit -m "Auto-update pre-commit hooks" -m "Update versions of tools in pre-commit configs to latest version"
git push
- name: Create pull request
run: gh pr create --base main --fill --assignee "@me"
run: gh pr create --base main --fill-first --assignee "@me"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e3e114

Please sign in to comment.