Skip to content

chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 28.0.0+incompatible in /tools #494

chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 28.0.0+incompatible in /tools

chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 28.0.0+incompatible in /tools #494

name: Pull Request Title Conventional Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
env:
GO_VERSION: 1.23.x
jobs:
test:
name: Pull Request Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Go pull request message linter
uses: masahiro331/go-commitlinter@0.1.1
env:
TITLE: ${{ github.event.pull_request.title }}