Skip to content

chore(deps): update mysql docker tag to v26 #31

chore(deps): update mysql docker tag to v26

chore(deps): update mysql docker tag to v26 #31

Workflow file for this run

name: Lint PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
title:
runs-on: ubuntu-latest
steps:
# Enforce Conventional Commits on the PR title. Because PRs are
# squash-merged, the title becomes the commit subject on main, which
# release-please parses to decide the version bump and changelog entry.
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}