Commit 543938d
Remove redundant branch protection lock on support branch creation (#218)
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"
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: petesramek <2333452+petesramek@users.noreply.github.com>1 parent e98b8d1 commit 543938d
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | 374 | | |
382 | 375 | | |
383 | 376 | | |
384 | | - | |
| 377 | + | |
385 | 378 | | |
386 | 379 | | |
387 | 380 | | |
0 commit comments