Skip to content

feat: Report request queue time from X-Request-Start/X-Queue-Start headers across all web hosts #2265

feat: Report request queue time from X-Request-Start/X-Queue-Start headers across all web hosts

feat: Report request queue time from X-Request-Start/X-Queue-Start headers across all web hosts #2265

name: Ensure PR title has a valid prefix
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
branches:
- main
permissions: {}
jobs:
check:
name: Ensure PR title has a valid prefix
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
disable-sudo: true
egress-policy: audit
- name: Checkout PR title checker config
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
sparse-checkout: .github/workflows/pr-title-checker-config.json
sparse-checkout-cone-mode: false
- name: Check PR title
uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
local_configuration_path: .github/workflows/pr-title-checker-config.json