Skip to content

ci(workflows): add manual cross-repo porting workflow #252

ci(workflows): add manual cross-repo porting workflow

ci(workflows): add manual cross-repo porting workflow #252

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}