We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7824a5 commit 62abd39Copy full SHA for 62abd39
src/webviews/apps/plus/home/components/branch-card.ts
@@ -775,7 +775,11 @@ export abstract class GlBranchCardBase extends GlElement {
775
class="branch-item__missing"
776
appearance="secondary"
777
full
778
- href="${this.createCommandLink('gitlens.home.createPullRequest')}"
+ href="${createCommandLink('gitlens.home.createPullRequest', {
779
+ ref: this.branchRef,
780
+ describeWithAI: false,
781
+ source: { source: 'home', detail: 'create-pr' },
782
+ })}"
783
>Create a Pull Request</gl-button
784
>
785
${this._homeState.orgSettings.ai &&
0 commit comments