...

Text file src/github.com/theupdateframework/go-tuf/.github/workflows/changelog.yml

Documentation: github.com/theupdateframework/go-tuf/.github/workflows

     1name: "Changelog checks"
     2
     3on:
     4  pull_request_target:
     5    types:
     6      - opened
     7      - edited
     8      - synchronize
     9
    10jobs:
    11  conventional-commits-lint-check:
    12    name: "Lint PR title"
    13    runs-on: "ubuntu-latest"
    14    steps:
    15      - name:
    16        uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
    17        env:
    18          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View as plain text