Skip to content

build: Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and 21 others #446

build: Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and 21 others

build: Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and 21 others #446

Workflow file for this run

name: Lint PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
lint:
name: lint-pr-title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}