Tool to fetch the unified diff for a Bitbucket pull request (follows 302 redirect to repository diff). Use when reviewing code changes in a PR. Supports optional truncation for large diffs via max_chars parameter.
max_charsintegerMaximum number of characters to return in the diff. If the diff exceeds this limit, it will be truncated. If None, no truncation is applied. Use this to protect against very large diffs.
repo_slugRequiredstringRepository slug (URL-friendly name).
workspaceRequiredstringWorkspace ID or slug (URL-friendly name).
pull_request_idRequiredintegerThe ID of the pull request to retrieve the diff for.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.