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
The check labels job uses the PR pipeline resource to add a comment
to the PR with instructions for developers in case of failure.
That doesn't work though because in case of failure the sync-up side
of the pipeline resource is not processed, so the commit is not
written.
Fix that by removing the pipeline resource and writing the instructions
to the step log instead. The step log is linked in the github status
details through the tekton dashboard.
In future we might extend the github update service to include
support for comments, but that would require support for results on
failure: tektoncd/pipeline#3749
Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
0 commit comments