Skip to content

deps(deps): bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 in the go-dependencies group #120

deps(deps): bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 in the go-dependencies group

deps(deps): bump github.com/alecthomas/chroma/v2 from 2.23.1 to 2.24.1 in the go-dependencies group #120

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"