Skip to content

chore(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.6.0 #123

chore(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.6.0

chore(deps): bump github.com/prometheus/client_model from 0.3.0 to 0.6.0 #123

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}