Skip to content

ci: add release-please and Docker image publishing pipeline #2

ci: add release-please and Docker image publishing pipeline

ci: add release-please and Docker image publishing pipeline #2

Workflow file for this run

name: Check PR Title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional-pr-title:
if: startsWith(github.event.pull_request.title, 'Release:') == false
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}