Skip to content

fix: bump @semantic-release/github from 10.1.0 to 10.1.1 in the semantic group #177

fix: bump @semantic-release/github from 10.1.0 to 10.1.1 in the semantic group

fix: bump @semantic-release/github from 10.1.0 to 10.1.1 in the semantic group #177

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.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}