Skip to content

feat(/config-migration): add migration service to convert legacy configuration to the new format #2555

feat(/config-migration): add migration service to convert legacy configuration to the new format

feat(/config-migration): add migration service to convert legacy configuration to the new format #2555

name: Check PR title
on:
pull_request:
branches: ['*']
types:
- edited
- opened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}