Skip to content

Get Pull Request Node

Data/GitHub

Get Pull Request

Get details about a specific pull request

data_github_get_pull_requestdata
Inputs5
Outputs7
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
1/10High

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

GitHub provider

GitHubProviderGitHubProvider3 fields
provider_idstringrequired
access_tokenstringrequired
base_urlstringrequired
Schema enforced

Owner

String
owner

Repository owner

Repository

String
repo

Repository name

PR Number

Integer
pr_number

Pull request number

Output Pins

7

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Pull Request

Struct
pull_request

Pull request details

GitHubPullRequestGitHubPullRequest22 fields
idinteger:int64required
format int64
numberinteger:int64required
format int64
titlestringrequired
bodystring | null
statestringrequired
html_urlstringrequired
diff_urlstringrequired
patch_urlstringrequired
userGitHubPrUserrequired
idinteger:int64required
format int64
loginstringrequired
avatar_urlstringrequired
html_urlstringrequired
headGitHubPrBranchrequired
labelstringrequired
refstringrequired
shastringrequired
baseGitHubPrBranchrequired
labelstringrequired
refstringrequired
shastringrequired
draftbooleanrequired
mergedbooleanrequired
mergeableboolean | null
commitsinteger:int64required
format int64
additionsinteger:int64required
format int64
deletionsinteger:int64required
format int64
changed_filesinteger:int64required
format int64
+4 more fields

Title

String
title

PR title

Body

String
body

PR body

State

String
state

PR state (open/closed)

Mergeable

Boolean
mergeable

Whether the PR can be merged

Node Info

Internal name
data_github_get_pull_request
Category
Data/GitHub