Skip to content

Commit

Permalink
Update integrate.yml
Browse files Browse the repository at this point in the history
Squash PR merge commits into one commit
  • Loading branch information
danielsilva authored Dec 4, 2023
1 parent 3c3da38 commit 314761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: bundle exec appraisal rake spec
- name: Merge PR
run: |
PR_NUM=${PR_URL##*/}
PR_NUM=${PR_URL##*/} --squash
gh pr merge $PR_NUM

0 comments on commit 314761e

Please sign in to comment.