Skip to content

Commit

Permalink
feat(.github): monitor version update for tools.repos too (#5664)
Browse files Browse the repository at this point in the history
* This change intends to prevent from the version mismatch
    between repositories in the `tools.repos` and `autoware.repos`

Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki authored Jan 29, 2025
1 parent 364b000 commit e656899
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/create-prs-to-update-vcs-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e656899

Please sign in to comment.