Skip to content

Commit bce8fa9

Browse files
Copilotalexr00
andcommitted
Add CHANGELOG entry for PR checkout branch name customization
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 05fef80 commit bce8fa9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Changes
6+
7+
- Customizable PR checkout branch names with the `githubPullRequests.pullRequestCheckoutBranchTitle` setting. This allows you to configure the branch name pattern when checking out pull requests, similar to the existing `githubIssues.issueBranchTitle` setting for issues. Supported variables include `${owner}`, `${number}`, `${title}`, and `${sanitizedLowercaseTitle}`. The default value is `pr/${owner}/${number}`.
8+
39
## 0.124.0
410

511
### Changes

0 commit comments

Comments
 (0)