Skip to content

Commit

Permalink
fix: squash and delete branch when merging auto update (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow authored Nov 23, 2023
1 parent 9c09836 commit 489c5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Open and Merge Pull Request
run: |
gh pr create --fill
gh pr merge --auto
gh pr merge --auto --squash --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit 489c5ad

Please sign in to comment.