Skip to content

Commit e3f4f2f

Browse files
committed
feat: use tier4/awf-latest for upstream sync
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 2117f81 commit e3f4f2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-upstream.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.generate-token.outputs.token }}
4444
base-branch: ${{ inputs.target_branch }}
4545
sync-pr-branch: sync-upstream
46-
sync-target-repository: https://github.com/autowarefoundation/autoware.universe.git
47-
sync-target-branch: main
48-
pr-title: "chore: sync upstream"
46+
sync-target-repository: https://github.com/tier4/autoware.universe.git
47+
sync-target-branch: awf-latest
48+
pr-title: "chore: sync tier4/autoware.universe:awf-latest"
4949
auto-merge-method: merge

0 commit comments

Comments
 (0)