Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #32

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #32

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
branches:
- main
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: grafana/shared-workflows/actions/lint-pr-title@main
env:
GITHUB_TOKEN: ${{ github.token }}