We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1d07dc + 43c1989 commit 4c94e32Copy full SHA for 4c94e32
.github/workflows/sync-awf-upstream.yaml
@@ -44,9 +44,9 @@ jobs:
44
token: ${{ steps.generate-token.outputs.token }}
45
base-branch: ${{ inputs.target_branch }}
46
sync-pr-branch: sync-awf-upstream
47
- sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
48
- sync-target-branch: main
49
- 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"
50
pr-labels: |
51
bot
52
sync-awf-upstream
0 commit comments