Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c8dd7f43c |
@@ -144571,7 +144571,7 @@ function computeModes() {
|
|||||||
|
|
||||||
2. **DEPENDENCIES** - ${dependencyInstallationStep}
|
2. **DEPENDENCIES** - ${dependencyInstallationStep}
|
||||||
|
|
||||||
3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. If EVENT DATA contains a \`triggerer\` field (indicating who requested fixes), you can pass \`approved_by\` to filter to only comments they approved with \u{1F44D}.
|
3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. When \`approved_only\` is set in EVENT DATA, only approved comments are returned automatically.
|
||||||
|
|
||||||
4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested.
|
4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested.
|
||||||
|
|
||||||
@@ -144741,7 +144741,7 @@ import { join as join11 } from "node:path";
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.174",
|
version: "0.0.175",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export function computeModes(): Mode[] {
|
|||||||
|
|
||||||
2. **DEPENDENCIES** - ${dependencyInstallationStep}
|
2. **DEPENDENCIES** - ${dependencyInstallationStep}
|
||||||
|
|
||||||
3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. If EVENT DATA contains a \`triggerer\` field (indicating who requested fixes), you can pass \`approved_by\` to filter to only comments they approved with 👍.
|
3. **FETCH COMMENTS** - Fetch review comments using ${ghPullfrogMcpName}/get_review_comments with \`pull_number\` and \`review_id\` from EVENT DATA. This returns \`commentsPath\` - read that file for full comment details with diff context. When \`approved_only\` is set in EVENT DATA, only approved comments are returned automatically.
|
||||||
|
|
||||||
4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested.
|
4. **UNDERSTAND** - Review the feedback provided. Understand each review comment and what changes are being requested.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/pullfrog",
|
"name": "@pullfrog/pullfrog",
|
||||||
"version": "0.0.174",
|
"version": "0.0.175",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
@@ -41267,7 +41267,7 @@ var Effort = type.enumerated("mini", "auto", "max");
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.174",
|
version: "0.0.175",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user