Skip to content

fix(deps): update remotion to v4.0.212 #3279

fix(deps): update remotion to v4.0.212

fix(deps): update remotion to v4.0.212 #3279

Workflow file for this run

name: 🏷 Check pull request title
on:
pull_request:
types:
- opened
- edited
- synchronize
- ready_for_review
jobs:
pullRequestTitle:
name: 🏷 Check pull request title
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
regexp: '^(revert: )?(chore|ci|docs|feat|fix|perf|refactor|style|test)\(.{1,15}\): .{1,50}'