Skip to content

Commit 7830411

Browse files
clalancetteemersonknapp
authored andcommitted
Update CI image to noble, name linter job
Use GHCR, which I made into a public package The linter jobs were all named `ament_copyright`
1 parent 49d9b91 commit 7830411

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

.github/workflows/autoapprove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
1515
steps:
16-
- uses: hmarr/auto-approve-action@v3.2.1
16+
- uses: hmarr/auto-approve-action@v4
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
auto-approve-file-sync:
2020
runs-on: ubuntu-latest
2121
if: github.event.pull_request.user.login == 'ros-tooling-bot' && contains(github.event.pull_request.labels.*.name, 'file-sync')
2222
steps:
23-
- uses: hmarr/auto-approve-action@v3.2.1
23+
- uses: hmarr/auto-approve-action@v4
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
ament_linters:
8-
name: ament_copyright
8+
name: ament_${{ matrix.linter }}
99
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false

.github/workflows/mirror-rolling-to-main.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
build_and_test:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
16+
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble:master
1717
steps:
18-
- uses: ros-tooling/action-ros-ci@v0.3
18+
- uses: ros-tooling/action-ros-ci@v0.4
1919
with:
2020
package-name: keyboard_handler
2121
target-ros2-distro: rolling

0 commit comments

Comments
 (0)