semantic-pr-title.yml 292 B

12345678910111213141516
  1. name: Semantic PR title
  2. on:
  3. pull_request_target:
  4. types:
  5. - opened
  6. - edited
  7. - synchronize
  8. jobs:
  9. semantic:
  10. runs-on: ubuntu-latest
  11. steps:
  12. - uses: amannn/action-semantic-pull-request@v3.0.0
  13. env:
  14. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}