Skip to content

Add Issue Comment Node

Data/GitHub

Add Issue Comment

Add a comment to an issue or pull request

data_github_add_issue_commentdata
Inputs6
Outputs4
Security exposure3/10
Packagedata

Ratings

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

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

Input Pins

6

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

Issue/PR Number

Integer
issue_number

Issue or PR number

Body

String
body

Comment body (Markdown supported)

Output Pins

4

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Comment

Struct
comment

Created comment

GitHubIssueCommentGitHubIssueComment6 fields
idinteger:int64required
format int64
bodystringrequired
html_urlstringrequired
userGitHubIssueUserrequired
idinteger:int64required
format int64
loginstringrequired
avatar_urlstringrequired
html_urlstringrequired
created_atstringrequired
updated_atstringrequired

Comment ID

Integer
comment_id

ID of the created comment

Node Info

Internal name
data_github_add_issue_comment
Category
Data/GitHub