From 43c1989bc85923e464898ca1ed89ee6b9292b15f Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Wed, 7 Feb 2024 17:41:47 +0900 Subject: [PATCH] feat: use tier4/awf-latest for upstream sync Signed-off-by: Takayuki Murooka --- .github/workflows/sync-awf-upstream.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-awf-upstream.yaml b/.github/workflows/sync-awf-upstream.yaml index 91012439fb..3a8dd05797 100644 --- a/.github/workflows/sync-awf-upstream.yaml +++ b/.github/workflows/sync-awf-upstream.yaml @@ -44,9 +44,9 @@ jobs: token: ${{ steps.generate-token.outputs.token }} base-branch: ${{ inputs.target_branch }} sync-pr-branch: sync-awf-upstream - sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git - sync-target-branch: main - pr-title: "chore: sync awf/autoware_launch" + sync-target-repository: https://github.com/tier4/autoware_launch.git + sync-target-branch: awf-latest + pr-title: "chore: sync tier4/autoware_launch:awf-latest" pr-labels: | bot sync-awf-upstream