Skip to content

chore(deps): update softprops/action-gh-release action to v2.5.0 #447

chore(deps): update softprops/action-gh-release action to v2.5.0

chore(deps): update softprops/action-gh-release action to v2.5.0 #447

Workflow file for this run

name: PR Conventional Commit Validation
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-title:
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}