github.com/kubeshop/testkube@v1.17.23/.github/workflows/lint_pr.yaml (about)

     1  name: "Linting pr"
     2  
     3  on:
     4    pull_request_target:
     5      types:
     6        - opened
     7        - edited
     8        - synchronize
     9        
    10  jobs:
    11    prlint:
    12      name: Lint PR
    13      runs-on: ubuntu-latest
    14      steps:
    15        # Please look up the latest version from
    16        # https://github.com/amannn/action-semantic-pull-request/releases
    17        - name: Lint PR
    18          uses: amannn/action-semantic-pull-request@v3.4.6
    19          env:
    20            GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}