Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

fix(ci): add job name to match required status check - #6

Merged
peter-svensson merged 1 commit into
mainfrom
fix/review-gate-name
Mar 6, 2026
Merged

fix(ci): add job name to match required status check#6
peter-svensson merged 1 commit into
mainfrom
fix/review-gate-name

Conversation

@peter-svensson

Copy link
Copy Markdown
Member

Summary

  • Adds an explicit name: Review Gate to the review-gate job in .github/workflows/review-gate.yaml
  • Without a name field, GitHub Actions uses the job key (review-gate) as the check run name, which does not match the Review Gate required status check configured in the repository ruleset
  • This one-line fix aligns the reported check name with what the ruleset expects

Test plan

  • Verify the workflow runs on a PR and the check appears as "Review Gate" in the status checks
  • Confirm the branch protection / ruleset required status check passes

The ruleset requires a status check named "Review Gate" but the job
key "review-gate" produces a lowercase check name. Adding an explicit
job name fixes the mismatch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@peter-svensson
peter-svensson enabled auto-merge (squash) March 6, 2026 14:43
@peter-svensson
peter-svensson merged commit 5f264e4 into main Mar 6, 2026
3 of 4 checks passed
@peter-svensson
peter-svensson deleted the fix/review-gate-name branch March 6, 2026 14:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant