
Comment
CertifiedAdd an issue comment
Comment
Certified
Add an issue comment
yaml
type: io.kestra.plugin.github.issues.CommentExamples
yaml
id: github_comment_on_issue_flow
namespace: company.team
tasks:
- id: comment_on_issue
type: io.kestra.plugin.github.issues.Comment
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
repository: kestra-io/kestra
issueNumber: 1347
body: "{{ execution.id }} has failed on {{ taskrun.startDate }}. See the link below for more details"
Properties
issueNumber *Requiredintegerstring
appInstallationToken string
body string
endpoint string
jwtToken string
login string
oauthToken string
pluginDefaultsRef Non-dynamicstring
repository string
Outputs
commentUrl
Definitions
java.net.URL
authoritystring
filestring
hoststring
portinteger
protocolstring
refstring
issueUrl
Definitions
java.net.URL
authoritystring
filestring
hoststring
portinteger
protocolstring
refstring