mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-24 21:23:19 +00:00
ci: use squash merging for dependabot
This commit is contained in:
parent
3cd8bd10e8
commit
8bc3313be9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dependabot-auto-merge.yml
vendored
2
.github/workflows/dependabot-auto-merge.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Enable auto-merge for Dependabot PRs (only minor & patch)
|
||||
if: "steps.metadata.outputs.update-type != 'version-update:semver-major'"
|
||||
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