From 1d32b74b0732f74a7f3d10a47acbc10c6133ec4d Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Sat, 12 Feb 2022 02:47:50 +0900 Subject: [PATCH] fix Signed-off-by: Kenji Miyake --- .github/workflows/sync-upstream-non-composite.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-upstream-non-composite.yaml b/.github/workflows/sync-upstream-non-composite.yaml index 4a7f8ff8..a3bb92dc 100644 --- a/.github/workflows/sync-upstream-non-composite.yaml +++ b/.github/workflows/sync-upstream-non-composite.yaml @@ -1,4 +1,4 @@ -name: sync-upstream +name: sync-upstream-non-composite on: schedule: @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - sync-upstream: + sync-upstream-non-composite: runs-on: ubuntu-latest steps: - name: Generate token @@ -33,6 +33,15 @@ jobs: git reset --hard "sync-target/tier4/proposal" shell: bash + - name: Set up git-cliff + uses: kenji-miyake/setup-git-cliff@main + + - name: Test + run: | + git cliff origin/test-sync-branches..HEAD + git cliff origin/test-sync-branches..sync-target/tier4/proposal + shell: bash + - name: Generate changelog id: generate-changelog uses: autowarefoundation/autoware-github-actions/generate-changelog@tier4/proposal @@ -42,6 +51,7 @@ jobs: - name: Test run: | git cliff origin/test-sync-branches..HEAD + git cliff origin/test-sync-branches..sync-target/tier4/proposal shell: bash - name: Create PR