bump action
This commit is contained in:
+3
-1
@@ -8,6 +8,8 @@ export const instructions = `- use the ${mcpServerName} MCP server to interact w
|
|||||||
- if prompted to review a PR:
|
- if prompted to review a PR:
|
||||||
(1) get PR info with mcp__${mcpServerName}__get_pull_request
|
(1) get PR info with mcp__${mcpServerName}__get_pull_request
|
||||||
(2) fetch both branches: git fetch origin <base> --depth=20 && git fetch origin <head>
|
(2) fetch both branches: git fetch origin <base> --depth=20 && git fetch origin <head>
|
||||||
(3) view diff: git diff origin/<base>...origin/<head>
|
(3) checkout the PR branch: git checkout origin/<head> (you MUST do this before reading any files)
|
||||||
|
(4) view diff: git diff origin/<base>...origin/<head> (this shows what changed)
|
||||||
|
(5) read files from the checked-out PR branch to understand the implementation
|
||||||
replace <base> and <head> with 'base' and 'head' from the PR info
|
replace <base> and <head> with 'base' and 'head' from the PR info
|
||||||
`;
|
`;
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.63",
|
"version": "0.0.64",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
"@octokit/rest": "^22.0.0",
|
"@octokit/rest": "^22.0.0",
|
||||||
"@octokit/webhooks-types": "^7.6.1",
|
"@octokit/webhooks-types": "^7.6.1",
|
||||||
"@standard-schema/spec": "1.0.0",
|
"@standard-schema/spec": "1.0.0",
|
||||||
"arktype": "^2.1.23",
|
"arktype": "^2.1.25",
|
||||||
"dotenv": "^17.2.3",
|
"dotenv": "^17.2.3",
|
||||||
"execa": "^9.6.0",
|
"execa": "^9.6.0",
|
||||||
"fastmcp": "^3.20.0",
|
"fastmcp": "^3.20.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user