From 43afa2c2fb7ad6f42da50c4a4881d3358a8b3028 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:04:20 +0900 Subject: [PATCH] ci(sync-files): add `auto-merge-method: squash` (#165) --- .github/workflows/sync-files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-files.yaml b/.github/workflows/sync-files.yaml index 32f4613f6de7a..5dfe195c06537 100644 --- a/.github/workflows/sync-files.yaml +++ b/.github/workflows/sync-files.yaml @@ -20,3 +20,4 @@ jobs: uses: autowarefoundation/autoware-github-actions/sync-files@v1 with: token: ${{ steps.generate-token.outputs.token }} + auto-merge-method: squash