Skip to content

Conversation

@tuhaihe
Copy link
Member

@tuhaihe tuhaihe commented Jan 15, 2026

Add branch protection rules for the REL_2_STABLE release branch to ensure all modifications must go through pull requests.

Configuration added:

  • Require at least 2 approving reviews before merging
  • Require conversation threads to be resolved before merging

This protects the release branch from direct pushes and enforces code review workflow for all changes.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


Add branch protection rules for the REL_2_STABLE release branch to
ensure all modifications must go through pull requests.

Configuration added:
 * Require at least 2 approving reviews before merging
 * Require conversation threads to be resolved before merging

This protects the release branch from direct pushes and enforces
code review workflow for all changes.
Copy link
Contributor

@leborchuk leborchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants