Skip to content

feat(vid): port VID from another repo #72

feat(vid): port VID from another repo

feat(vid): port VID from another repo #72

Workflow file for this run

name: Conventional Commit Titles
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}