Skip to content

Commit ed319b9

Browse files
zakiskpipelines-as-code[bot]
authored andcommitted
docs: add clarification about yaml error reporting
added clarification about yaml error reporting when PipelineRun status comments are disabled via repository CR. Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 640cb4f commit ed319b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/docs/guide/repositorycrd.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ spec:
147147

148148
When `comment_strategy` is set to `disable_all` Pipelines as Code will not create any comment on the pull request for PipelineRun Status
149149

150+
Note: The disable_all strategy applies only to comments about a PipelineRun's status (e.g., "started," "succeeded").
151+
If your PipelineRun YAML definition fails validation, a comment detailing the error will always be posted to the pull request. [see docs](../running/#errors-when-parsing-pipelinerun-yaml)
152+
150153
## Concurrency
151154

152155
`concurrency_limit` allows you to define the maximum number of PipelineRuns running at any time for a Repository.

0 commit comments

Comments
 (0)