BuildShip Logo
BuildShip Templates

Post PR Review

Posts structured AI-generated code reviews to GitHub pull requests, including inline comments, verdicts, and suggestions, with automatic diff mapping for accurate comment placement.

0

Report this node

Select the reason for reporting

Describe the issue in detail

Share node

Link to node

https://templates.buildship.com/node/community_Jkk35UUeZ8CL/

Inputs

Repository

octocat/Hello-World

Pull Request Number

1347

Head Commit SHA

6dcb09b5b57875f334f61aebed695e2e4193db5e

Unified Diff

diff --git a/file.js b/file.js index 83db48f..bfbfd4a 100644 --- a/file.js +++ b/file.js @@ -1,4 +1,5 @@ const greet = () => { - console.log("hello"); + const greeting = "Hello World!"; + console.log(greeting); };

Review Object

Editor

Dry Run

True
False
This is a static example using sample inputs. Copy the node and paste it into your BuildShip flow to run it with your own values.

Output