Skip to content

Commit

Permalink
feat: monitor version update in simulator.repos too (#5590)
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki authored Dec 20, 2024
1 parent 8f35d9b commit 7acb8ef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/create-prs-to-update-vcs-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Create PRs to update VCS repositories
- name: Create PRs to update VCS repositories for autoware.repos
uses: autowarefoundation/autoware-github-actions/create-prs-to-update-vcs-repositories@v1
with:
token: ${{ steps.generate-token.outputs.token }}
Expand All @@ -29,3 +29,15 @@ jobs:
new_branch_prefix: feat/update-
autoware_repos_file_name: autoware.repos
verbosity: 0

- name: Create PRs to update VCS repositories for simulator.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: simulator.repos
verbosity: 0

0 comments on commit 7acb8ef

Please sign in to comment.