Skip to content

Commit

Permalink
Merge pull request #305 from tier4/feat/use-awf-latest-for-upstream
Browse files Browse the repository at this point in the history
feat: use tier4/awf-latest for upstream sync
  • Loading branch information
takayuki5168 authored Feb 8, 2024
2 parents e1d07dc + 43c1989 commit 4c94e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-awf-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c94e32

Please sign in to comment.