github_reply_to_discussion
Description
Type: Action
Reply to a GitHub discussion.
Params
- discussionNumber: The discussion number. Can be used with the
github_discussion_created
trigger and the${githubDiscussionNumber}
parameter. - body: The content of the reply.
Result
No additional info is added to the global payload outputs.
Usage Example
trigger:
type: github_discussion_created
flowNode:
do:
- actionId: github_reply_to_discussion
params:
discussionNumber: "${githubDiscussionNumber}"
body: "Message body"
Relevant Triggers
github_discussion_created