Skip to content

Commit 9beced1

Browse files
committed
Release v0.33.10
1 parent 00c5a6a commit 9beced1

File tree

4 files changed

+30
-35
lines changed

4 files changed

+30
-35
lines changed

.changeset/patch-fix-safe-outputs-apply.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/patch-optimize-safe-output-checkout.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/patch-shallow-checkout-safe-output.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.33.10 - 2025-12-22
6+
7+
### Bug Fixes
8+
9+
#### Fix: Ensure `create-pull-request` and `push-to-pull-request-branch` safe outputs
10+
11+
are applied correctly by downloading the patch artifact, checking out the
12+
repository, configuring git, and using the appropriate token when available.
13+
14+
This is an internal tooling fix for action workflows; it does not change the
15+
public CLI API.
16+
17+
--
18+
PR: #7167
19+
20+
#### Optimize safe output checkout to use shallow fetch and targeted branch fetching
21+
22+
Safe output jobs for `create-pull-request` and `push-to-pull-request-branch` used
23+
full repository checkouts (`fetch-depth: 0`). This change documents the optimization
24+
to use shallow clones (`fetch-depth: 1`) and explicit branch fetches to reduce
25+
network transfer and clone time for large repositories.
26+
27+
#### Optimize safe output jobs to use shallow repository checkouts and targeted
28+
29+
branch fetching for `create-pull-request` and
30+
`push-to-pull-request-branch` safe output jobs. This reduces network transfer and
31+
clone time for large repositories by using `fetch-depth: 1` and fetching only the
32+
required branch.
33+
34+
535
## v0.33.9 - 2025-12-21
636

737
Maintenance release with dependency updates and minor improvements.

0 commit comments

Comments
 (0)