diff options
| author | seth <[email protected]> | 2024-04-19 23:05:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-19 23:05:39 -0400 |
| commit | 81d517fd797cf3134fe9b0efd66d1b1fe2c0d8ae (patch) | |
| tree | 987e2bd5209eb576737c3dedce640713400775fe /.github/workflows/autobot.yaml | |
| parent | 631f42d69e2705ba3add14ce048d289c6a3d4bac (diff) | |
ci: squash dependabot PRs
Diffstat (limited to '.github/workflows/autobot.yaml')
| -rw-r--r-- | .github/workflows/autobot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index 69d6ad0..b57ea58 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -21,7 +21,7 @@ jobs: - name: Enable auto-merge if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' - run: gh pr merge --auto --rebase "$PR" + run: gh pr merge --auto --squash "$PR" env: GH_TOKEN: ${{ github.token }} PR: ${{ github.event.pull_request.html_url }} |
