Skip to content

Add notes from v2.10.4 (#115) (#116) #15

Add notes from v2.10.4 (#115) (#116)

Add notes from v2.10.4 (#115) (#116) #15

Workflow file for this run

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