Skip to content

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener #1059

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener #1059

name: Lint PR Title
run-name: ${{github.event.pull_request.title}}
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
name: Check Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
deps
docs
feat
fix
refactor
test
requireScope: false
# https://regex101.com/r/YybDgS/1
subjectPattern: ^([A-Z].*[^.]|bump .*)$