Skip to content

fix: bump @octokit/openapi-types from 19.0.0 to 19.0.1 #20

fix: bump @octokit/openapi-types from 19.0.0 to 19.0.1

fix: bump @octokit/openapi-types from 19.0.0 to 19.0.1 #20

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