Skip to content

Commit

Permalink
Squash before auto-merging dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Nov 24, 2020
1 parent d678d07 commit 19c51f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
github.pullRequests.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'
})
github-token: ${{github.token}}

0 comments on commit 19c51f2

Please sign in to comment.