Skip to content

Fix partition copy in QoS (#1947) #515

Fix partition copy in QoS (#1947)

Fix partition copy in QoS (#1947) #515

Workflow file for this run

# .github/workflows/mirror.yml
on:
push:
branches:
- 'master'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror master branch to API & ABI compatible minor version branches
strategy:
fail-fast: false
matrix:
dest_branch:
- '2.11.x'
steps:
- name: Mirror action step
id: mirror
uses: google/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}