Skip to content

Remove redundant branch protection lock on support branch creation#218

Merged
petesramek merged 1 commit intodevelop/1.0from
copilot/remove-support-branch-locking
Apr 5, 2026
Merged

Remove redundant branch protection lock on support branch creation#218
petesramek merged 1 commit intodevelop/1.0from
copilot/remove-support-branch-locking

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 5, 2026

Support branches created during release are explicitly locked via the branch-protection/lock action, but this is unnecessary — the repo already has a support/** glob pattern branch protection rule that applies automatically to any newly pushed branch matching that pattern.

Changes

  • release.yml: Removed the Lock support branch step from the create-support-branch job
  • release.yml: Updated the step summary message from "Created and locked" to "Created"

@petesramek petesramek marked this pull request as ready for review April 5, 2026 12:13
@petesramek petesramek enabled auto-merge (squash) April 5, 2026 12:13
@petesramek petesramek merged commit 543938d into develop/1.0 Apr 5, 2026
8 checks passed
@petesramek petesramek deleted the copilot/remove-support-branch-locking branch April 5, 2026 13:03
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