This commit is contained in:
Mateusz Burzyński
2026-02-27 13:23:34 +00:00
committed by pullfrog[bot]
parent de686da001
commit 7c8dd7f43c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export function computeModes(): Mode[] {
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.