pr-title.yml 307 B

123456789101112131415
  1. name: Conventional Commits
  2. on:
  3. pull_request:
  4. jobs:
  5. lint:
  6. name: https://www.conventionalcommits.org
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: beemojs/conventional-pr-action@v3
  10. with:
  11. config-preset: angular
  12. env:
  13. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}