--- # yaml-language-server: https://json.schemastore.org/github-workflow.json name: Semantic PR on: pull_request_target: types: - opened - edited - synchronize concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: read-all jobs: semantic-pr: runs-on: self-hosted steps: - uses: amannn/action-semantic-pull-request@v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: validateSingleCommit: true