From c243f57e5cd924910452bf1e4164d1225077dfa7 Mon Sep 17 00:00:00 2001 From: Alex Kuleshov Date: Sun, 5 Apr 2026 14:04:08 -0400 Subject: [PATCH] ci: align job names with required status check contexts Branch protection on main requires status check contexts "Semantic PR Title" and "Conventional Commits", but the check runs were being reported under the job id "validate" in both workflows. Add explicit job `name:` so the reported check run names match the required contexts and PRs can be merged. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/conventional-commits.yml | 1 + .github/workflows/semantic-pr-title.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 944d466..2000d86 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,6 +11,7 @@ permissions: jobs: validate: + name: Conventional Commits runs-on: ubuntu-latest steps: - name: Checkout PR head diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 82c6e9a..862f6c7 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -13,6 +13,7 @@ permissions: jobs: validate: + name: Semantic PR Title runs-on: ubuntu-latest steps: - name: Validate PR title