ci: Introduce a workflow to document/enforce conventional commits #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Delivery - Lint PR title" | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
- reopened | ||
permissions: | ||
pull-requests: read | ||
jobs: | ||
prs-chores: | ||
Check failure on line 15 in .github/workflows/delivery-prs-chores.yml GitHub Actions / Delivery - Lint PR titleInvalid workflow file
|
||
uses: Jahia/jahia-modules-action/.github/workflows/prs-chores.yml@2281-create-a-pr-chores-workflow | ||
secrets: inherit |