From 8deee5f936af33fa88ce3172a04702544419393c Mon Sep 17 00:00:00 2001 From: Audrow Nash Date: Tue, 28 Jun 2022 09:15:21 -0500 Subject: [PATCH] Mirror rolling to ros2 --- .github/workflows/mirror-rolling-to-ros2.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/mirror-rolling-to-ros2.yaml diff --git a/.github/workflows/mirror-rolling-to-ros2.yaml b/.github/workflows/mirror-rolling-to-ros2.yaml new file mode 100644 index 0000000..fa4e69b --- /dev/null +++ b/.github/workflows/mirror-rolling-to-ros2.yaml @@ -0,0 +1,13 @@ +name: Mirror rolling to ros2 + +on: + push: + branches: [ rolling ] + +jobs: + mirror-to-ros2: + runs-on: ubuntu-latest + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: ros2