Skip to content

Commit fdeeeca

Browse files
committed
CCR comments
1 parent 43c34d5 commit fdeeeca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4082,11 +4082,11 @@
40824082
},
40834083
"head": {
40844084
"type": "string",
4085-
"description": "The name of the branch where your changes are implemented."
4085+
"description": "The name of the branch where your changes are implemented (branch name only, without owner prefix)."
40864086
},
40874087
"headOwner": {
40884088
"type": "string",
4089-
"description": "The owner of the head branch repository. Defaults to the upstream repository owner."
4089+
"description": "The owner of the head branch repository. Defaults to the origin/push remote repository owner."
40904090
},
40914091
"base": {
40924092
"type": "string",

src/lm/skills/create-pull-request/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ github-pull-request_create_pull_request({
7575

7676
After the tool returns successfully:
7777

78-
- Report the PR number and URL to the user as a markdown link. The link should be a VS Code URI like `vscode-insiders://github.vscode-pull-request-github/open-pull-request-webview?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460`.
78+
- Report the PR number and URL to the user as a markdown link. The link should be a VS Code URI like `vscode-insiders://github.vscode-pull-request-github/open-pull-request-webview?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460` or `vscode://github.vscode-pull-request-github/open-pull-request-webview?uri=https://github.com/microsoft/vscode-css-languageservice/pull/460`.
7979
- Mention the base branch the PR targets.
8080
- If the PR was created as a draft, remind the user to mark it ready for review when appropriate.
8181

0 commit comments

Comments
 (0)