Skip to content

fix(common/mime-types): add XLIFF mimetype support (#1097) #1542

fix(common/mime-types): add XLIFF mimetype support (#1097)

fix(common/mime-types): add XLIFF mimetype support (#1097) #1542

Workflow file for this run

name: 'Split up the monorepo into subrepositories'
on:
push:
branches:
- '5.*'
tags-ignore:
- '*'
jobs:
sync_commits:
runs-on: ubuntu-latest
name: "Sync commits"
if: github.repository == 'ems-project/elasticms'
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: frankdejonge/[email protected]
with:
authentication: 'Davidmattei:${{ secrets.SPLITTER_TOKEN }}'
user_name: 'Davidmattei'
user_email: '[email protected]'
- name: "Cache splitsh-lite"
uses: actions/cache@v3
with:
path: './splitsh'
key: '${{ runner.os }}-splitsh-v101'
- name: "subtree split"
uses: acrobat/[email protected]
with:
config-path: .github/subtree-splitter-config.json
batch-size: 1