Skip to content

Forward port release notes of v2.6.6, v2.10.2 and v2.11.2 (#548) #147

Forward port release notes of v2.6.6, v2.10.2 and v2.11.2 (#548)

Forward port release notes of v2.6.6, v2.10.2 and v2.11.2 (#548) #147

Workflow file for this run

# .github/workflows/mirror.yml
on:
push:
branches:
- 'master'
jobs:
mirror_job:
name: Mirror master branch to latest minor branches
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dest_branch:
- '2.12.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}