Skip to content

chore(gha): bump amannn/action-semantic-pull-request from 5 to 6 #172

chore(gha): bump amannn/action-semantic-pull-request from 5 to 6

chore(gha): bump amannn/action-semantic-pull-request from 5 to 6 #172

Workflow file for this run

name: check-pr-semantic
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}