New services
Explore Plans
Mobile menu Close menu
GitHubGitHub

Create an issue/pull request comment

This Action will comment in a specific issue or pull request on Github.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
github.create_an_issue_comment
Filter code method
Github.createAnIssueComment.skip(string?: reason)
Runtime method
runAction("github.create_an_issue_comment", {})

Action fields

Repository Text input > Other

Label
Repository Name
Slug
repository
Required
true
Can have default value
true
Filter code method
Github.createAnIssueComment.setRepository(string: repository)

Issue number Text input > Other

Label
Issue Number
Slug
issue_number
Required
true
Can have default value
true
Filter code method
Github.createAnIssueComment.setIssueNumber(string: issueNumber)

Comment Text input > Long text

Label
Comment
Slug
comment
Required
true
Can have default value
true
Filter code method
Github.createAnIssueComment.setComment(string: comment)