name: pr-title on: pull_request: types: - opened - edited - reopened - synchronize - ready_for_review concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true permissions: contents: read jobs: lint-pr-title: if: github.event.pull_request.draft == false runs-on: ubuntu-latest timeout-minutes: 5 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: make lint-pr-title env: PR_TITLE: ${{ github.event.pull_request.title }}