Skip to content

Commit

Permalink
chore: update auto merge setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Oct 27, 2024
1 parent 49cf681 commit fbcbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: enable auto-merge
shell: bash
run:
gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fbcbd56

Please sign in to comment.