Prism is a GitHub Action that validates pull request titles to ensure they follow conventional commit standards.
uses: MukhteshPendem/prism@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}feat: A new featurefix: A bug fixchore: Routine tasks like config updatesdocs: Documentation-only changestest: Adding or updating testsrefactor: Code changes that neither fix a bug nor add a featurestyle: Code style improvements (formatting, whitespace)perf: Performance improvementsci: CI/CD configuration changes
feat: add PR title validationfix: resolve API token issuechore: add Docker supportdocs: update READMEtest: add unit tests for PR validationrefactor: simplify validation logicstyle: format codeperf: optimize API call performanceci: add GitHub Actions workflow