mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
changing from merge to squash (#1521)
This commit is contained in:
parent
a7b649d82c
commit
5962e12cbb
2
.github/workflows/dependabot_auto_merge.yml
vendored
2
.github/workflows/dependabot_auto_merge.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
run: gh pr merge --auto --squash "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
Loading…
Reference in a new issue