Skip to content

feat(server): structured logs, trace ids, and actionable errors #45

feat(server): structured logs, trace ids, and actionable errors

feat(server): structured logs, trace ids, and actionable errors #45

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-title:
name: Check PR title
runs-on: self-hosted
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.8"
python-version: "3.12"
- name: Validate PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: uv run python scripts/ci/check_pr_title.py