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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
This is regarding the enhancement of the GH PR comment, for some reason the steps.json does not contain the message for the error that caused the failure.
Use Case
PRs that are from first time contributors cannot run in the CI automatically, for instance elastic/beats#18061
The description is empty since the steps-errors.json contains the below details
The URL_BO_ENTRYPOINT.../log contains the error message:
Question
Should we manipulate the steps-errors.json to look for all the steps with result: "FAILURE", and with displayDescription: null, to gather their LogStorageAction ?
The text was updated successfully, but these errors were encountered:
Description
This is regarding the enhancement of the GH PR comment, for some reason the steps.json does not contain the message for the error that caused the failure.
Use Case
PRs that are from first time contributors cannot run in the CI automatically, for instance elastic/beats#18061
The description is empty since the steps-errors.json contains the below details
From the BO entrypoint
The
URL_BO_ENTRYPOINT.../log
contains the error message:Question
Should we manipulate the steps-errors.json to look for all the steps with
result: "FAILURE",
and withdisplayDescription: null,
to gather theirLogStorageAction
?The text was updated successfully, but these errors were encountered: