This repository was archived by the owner on Oct 14, 2025. It is now read-only.
chore(release-please): update release-please config to adjust tag formatting #14
Workflow file for this run
This file contains hidden or 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: Conventional Commit Check PR Title | |
| description: checks the PR title respects the conventional commit | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| jobs: | |
| lint-pr-title: | |
| permissions: | |
| pull-requests: read | |
| uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] |