Skip to content

fix: correct required status check name in main branch ruleset - #110

Merged
jhnns merged 1 commit into
mainfrom
ci-required-branch-protection
Aug 3, 2026
Merged

fix: correct required status check name in main branch ruleset#110
jhnns merged 1 commit into
mainfrom
ci-required-branch-protection

Conversation

@jhnns

@jhnns jhnns commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • The protect-main-branch.json ruleset blueprint required a status check named test, which didn't match the actual GitHub Actions job name 馃И Test defined in test.yml.
  • Updated the context field to 馃И Test so once this ruleset is imported/enabled, the CI test job actually blocks merges when it fails.

馃 Generated with Claude Code

The ruleset referenced a check named "test", which doesn't match the
actual GitHub Actions job name "馃И Test" from test.yml, so the required
check would never be satisfied.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@jhnns
jhnns merged commit e4bdfbc into main Aug 3, 2026
2 checks passed
@jhnns
jhnns deleted the ci-required-branch-protection branch August 3, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant