Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Update README.md to edit for a new name #1948

Update README.md to edit for a new name

Update README.md to edit for a new name #1948

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/[email protected]
with:
success-state: PR title follows the specification.
failure-state: PR title does not follow the specification.
context-name: shopware-pwa-pr-title-check
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}