Skip to content

Add required status checks to branch protection ruleset #1295

@jeremyeder

Description

@jeremyeder

Context

Extracted from #605 (now closed). Branch protection rulesets are in place with PR requirements, squash-only merges, and force-push/deletion blocking.

Missing: required status checks before merging. Currently a PR can be merged even if CI is failing.

Proposed Change

Add required_status_checks rule to the repo-level protect-main ruleset requiring key CI workflows to pass:

  • go-lint (backend + operator)
  • frontend-lint
  • components-build-deploy

This can be done in Settings > Rules > protect-main or via API.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions