Skip to content

[pull] trunk from shopware:trunk #5

[pull] trunk from shopware:trunk

[pull] trunk from shopware:trunk #5

name: Check PR title
# This workflow checks the PR title for semantic meaning
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}