Skip to content

deps(deps): bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 in the go-mssqldb group #119

deps(deps): bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 in the go-mssqldb group

deps(deps): bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 in the go-mssqldb group #119

Workflow file for this run

name: PR Title Check
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
chore
deps
ci
test
refactor
perf
build
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: "Subject must start with a lowercase letter"