You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,13 @@ Set the status message on specified pull request.
114
114
115
115
* [`on_success`](https://concourse.ci/on-success-step.html) and [`on_failure`](https://concourse.ci/on-failure-step.html) triggers may be useful for you when you wanted to reflect build result to the pull request (see the example below).
116
116
117
+
* `comment`: *Optional.* A custom comment that you want added to the status message.
118
+
Any occurence of `[[BRANCH]]` will be replace by the actual branch name form the
119
+
pull request.
120
+
121
+
* `commentFile`: *Optional.* The path to a file that contains a custom comment to
122
+
add to the message. This allow the comment to be built by a previous task in the job.
0 commit comments