Skip to content

chore(deps): update grafana/grafana docker tag to v11.5.1 #573

chore(deps): update grafana/grafana docker tag to v11.5.1

chore(deps): update grafana/grafana docker tag to v11.5.1 #573

name: Run commit messages check
on:
pull_request:
branches:
- "master"
jobs:
messages-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ github.event.pull_request.commits }}
- name: Check commit messages
run: git log --format=%s | while read line; do ./scripts/check_commit_messages.sh "$line"; done