Skip to content

Commit

Permalink
fix: squash translations
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed May 16, 2024
1 parent 314dd6e commit fe936cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
github.rest.pulls.merge({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number
pull_number: context.payload.pull_request.number,
merge_method: 'squash'
commit_title: context.payload.pull_request.title
})
}
})
Expand Down

0 comments on commit fe936cb

Please sign in to comment.