Skip to content

chore(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine #9

chore(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine

chore(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine #9

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 }}