Skip to content

feat: Updated to .NET 7 using Upgrade Assistant #25

feat: Updated to .NET 7 using Upgrade Assistant

feat: Updated to .NET 7 using Upgrade Assistant #25

Workflow file for this run

name: PR Validator
on:
pull_request_target:
types: [ opened, reopened, edited, synchronize ]
jobs:
validate-pr:
runs-on: ubuntu-latest
name: Validate PR title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}