Skip to content

Commit

Permalink
feat: sync with awf/autoware.universe by force-push
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jan 23, 2024
1 parent 6f0fd05 commit 73af3cb
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .github/workflows/sync-awf-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,10 @@ jobs:
sync-awf-latest:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Run sync-branches
uses: autowarefoundation/autoware-github-actions/sync-branches@v1
with:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest
sync-pr-branch: sync-awf-latest
sync-target-repository: https://github.com/autowarefoundation/autoware.universe.git
sync-target-branch: main
pr-title: "chore: sync awf-latest"
pr-labels: |
bot
auto-merge-method: merge
- uses: actions/checkout@v3
- run: |
git remote add awf [email protected]:autowarefoundation/autoware_launch
git fetch awf
git checkout awf/main
git checkout -b awf-latest
git push origin awf-latest -f

0 comments on commit 73af3cb

Please sign in to comment.