We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2117f81 commit e3f4f2fCopy full SHA for e3f4f2f
.github/workflows/sync-upstream.yaml
@@ -43,7 +43,7 @@ jobs:
43
token: ${{ steps.generate-token.outputs.token }}
44
base-branch: ${{ inputs.target_branch }}
45
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"
+ sync-target-repository: https://github.com/tier4/autoware.universe.git
+ sync-target-branch: awf-latest
+ pr-title: "chore: sync tier4/autoware.universe:awf-latest"
49
auto-merge-method: merge
0 commit comments