code.vegaprotocol.io/vega@v0.79.0/.github/workflows/conventional_commits.yml (about)

     1  ---
     2  
     3  name: Conventional Commits
     4  
     5  "on":
     6    pull_request:
     7      branches: [develop, master]
     8      types: [synchronize, opened]
     9  jobs:
    10    verify-conventional-commits:
    11      if: startsWith(github.head_ref, 'renovate/') != true
    12      name: Verify Conventional Commits
    13      runs-on: ubuntu-latest
    14      steps:
    15        - name: Check out
    16          uses: actions/checkout@v3.5.3
    17          with:
    18            fetch-depth: 0
    19        - name: Commitsar conventional commits check
    20          uses: aevea/commitsar@v0.20.2