Skip to content

feat(content-picker): convert Footer to TypeScript #5624

feat(content-picker): convert Footer to TypeScript

feat(content-picker): convert Footer to TypeScript #5624

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}