From e3f4f2fe875fd2b64943feb9654be214ea2a9117 Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Wed, 7 Feb 2024 17:42:18 +0900 Subject: [PATCH] feat: use tier4/awf-latest for upstream sync Signed-off-by: Takayuki Murooka --- .github/workflows/sync-upstream.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-upstream.yaml b/.github/workflows/sync-upstream.yaml index 90420ec404042..978ae00a06e20 100644 --- a/.github/workflows/sync-upstream.yaml +++ b/.github/workflows/sync-upstream.yaml @@ -43,7 +43,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} base-branch: ${{ inputs.target_branch }} sync-pr-branch: sync-upstream - sync-target-repository: https://github.com/autowarefoundation/autoware.universe.git - sync-target-branch: main - pr-title: "chore: sync upstream" + sync-target-repository: https://github.com/tier4/autoware.universe.git + sync-target-branch: awf-latest + pr-title: "chore: sync tier4/autoware.universe:awf-latest" auto-merge-method: merge