Skip to content

Commit

Permalink
feat: sync with awf/autoware.universe by force-push (#1115)
Browse files Browse the repository at this point in the history
* feat: sync with awf/autoware.universe by force-push

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Jan 24, 2024
1 parent 6f0fd05 commit f3ba58f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/create-awf-latest.yml

This file was deleted.

29 changes: 12 additions & 17 deletions .github/workflows/sync-awf-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,17 @@ jobs:
sync-awf-latest:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
- uses: actions/checkout@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
fetch-depth: 0
- name: Commit Results
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- 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
git checkout awf-latest
git remote add awf https://github.com/autowarefoundation/autoware.universe
git fetch awf main
git rebase awf/main
git push origin awf-latest --force

0 comments on commit f3ba58f

Please sign in to comment.