From 364b000e703c0cfda13279f0e3f8baf0395cbd36 Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:40:42 +0900 Subject: [PATCH 1/4] chore: sync files (#5703) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .github/workflows/github-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 170c57b4398..ac4f6f05ed9 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -60,7 +60,6 @@ jobs: run: | gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \ --draft \ - --target "main" \ --title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \ --notes "$NOTES" env: From e65689911356fbd2b2a88c87f77c8f7d942802a4 Mon Sep 17 00:00:00 2001 From: Junya Sasaki Date: Wed, 29 Jan 2025 09:18:39 +0900 Subject: [PATCH 2/4] feat(.github): monitor version update for `tools.repos` too (#5664) * This change intends to prevent from the version mismatch between repositories in the `tools.repos` and `autoware.repos` Signed-off-by: Junya Sasaki --- .../create-prs-to-update-vcs-repositories.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/create-prs-to-update-vcs-repositories.yaml b/.github/workflows/create-prs-to-update-vcs-repositories.yaml index ce30cda3195..245d53e49a6 100644 --- a/.github/workflows/create-prs-to-update-vcs-repositories.yaml +++ b/.github/workflows/create-prs-to-update-vcs-repositories.yaml @@ -41,3 +41,15 @@ jobs: new_branch_prefix: feat/update- autoware_repos_file_name: simulator.repos verbosity: 0 + + - name: Create PRs to update VCS repositories for tools.repos + uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1 + with: + token: ${{ steps.generate-token.outputs.token }} + repo_name: autowarefoundation/autoware + parent_dir: . + targets: major minor patch + base_branch: main + new_branch_prefix: feat/update- + autoware_repos_file_name: tools.repos + verbosity: 0 From 2842908b3f0e7d759e6ef313fdb97f0c7dc3e1f9 Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:24:54 +0900 Subject: [PATCH 3/4] ci: run free disk space for setup-universe workflow (#5707) Signed-off-by: Ryohsuke Mitsudome --- .github/workflows/setup-universe.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/setup-universe.yaml b/.github/workflows/setup-universe.yaml index 8f4d16d50e8..6d67eed2180 100644 --- a/.github/workflows/setup-universe.yaml +++ b/.github/workflows/setup-universe.yaml @@ -10,6 +10,14 @@ jobs: - name: Check out repository uses: actions/checkout@v4 + - name: Free disk space + uses: ./.github/actions/free-disk-space + + - name: Show disk space + if: always() + run: | + df -h + - name: Set git config uses: autowarefoundation/autoware-github-actions/set-git-config@v1 with: From 5ddc6f69df2d82a2f3bb74ec7b8c3bac052b6d0e Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Wed, 29 Jan 2025 13:13:30 +0900 Subject: [PATCH 4/4] chore(tools.repos): use tag instead of `main` to `version` (#5708) Update tools.repos --- tools.repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.repos b/tools.repos index f2d1a47d9fa..dfdb02f61f5 100644 --- a/tools.repos +++ b/tools.repos @@ -2,4 +2,4 @@ repositories: tools: type: git url: https://github.com/autowarefoundation/autoware_tools.git - version: main + version: 0.1.0