Skip to content

chore(nuget): Bump the nuget-dependencies group with 4 updates #149

chore(nuget): Bump the nuget-dependencies group with 4 updates

chore(nuget): Bump the nuget-dependencies group with 4 updates #149

Workflow file for this run

name: "Conventional Commits PR title check"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
validate-pr-title:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}