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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ empty commit to the PR*.
125
125
| `description` | No | `Concourse CI build failed` | The description status on the specified pull request. |
126
126
| `description_file` | No | `my-output/description.txt` | Path to file containing the description status to add to the pull request |
127
127
| `delete_previous_comments` | No | `true` | Boolean. Previous comments made on the pull request by this resource will be deleted before making the new comment. Useful for removing outdated information. |
128
-
| `delete_comment_tag` | No | `Summary` | String. An optional substring to match when deleting previous comments made on the pull request to avoid deleting all the comments made by the same user. |
128
+
| `delete_comment_tag` | No | `Summary` | String. A substring can be specified to match when deleting previous comments on a pull request, to avoid deleting all comments made by the same user. |
129
129
130
130
Note that `comment`, `comment_file` and `target_url` will all expand environment variables, so in the examples above `$ATC_EXTERNAL_URL` will be replaced by the public URL of the Concourse ATCs.
131
131
See https://concourse-ci.org/implementing-resource-types.html#resource-metadata for more details about metadata that is available via environment variables.
0 commit comments