Skip to content

Update release notes with latest PR merged (#909) #326

Update release notes with latest PR merged (#909)

Update release notes with latest PR merged (#909) #326

Workflow file for this run

# .github/workflows/mirror.yml
name: Mirror
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:
- '3.0.x'
- '3.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 }}