From 6f7be89db07aa79ca3612cf7f8acdfc73c2a53ad Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 22 Apr 2026 13:05:36 -0400 Subject: [PATCH] CheckCompatBounds: title-case the job display name Produces a consistent "Check Compat Bounds / Check Compat Bounds" status-check context for branch protection across callers, instead of the mixed-case "Check Compat Bounds / Check compat bounds". --- .github/workflows/CheckCompatBounds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CheckCompatBounds.yml b/.github/workflows/CheckCompatBounds.yml index f2207ab..02fe282 100644 --- a/.github/workflows/CheckCompatBounds.yml +++ b/.github/workflows/CheckCompatBounds.yml @@ -51,7 +51,7 @@ on: jobs: check-compat-bounds: - name: "Check compat bounds" + name: "Check Compat Bounds" if: "${{ !github.event.pull_request.draft || inputs.run-on-draft }}" runs-on: "ubuntu-latest" timeout-minutes: ${{ inputs.timeout-minutes }}