Skip to content

chore(deps): update alpine docker tag to v3.23 #106

chore(deps): update alpine docker tag to v3.23

chore(deps): update alpine docker tag to v3.23 #106

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
statuses: write
jobs:
title-checker:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}