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
As an ESL maintainer, I want to have an automated process to report site problems detected by the outside service (in our case Status Cake).
Behavior:
GitHub workflow runs once an event is received by the webhook or by the cron scheduler if the webhook does not work.
The workflow creates a specially marked (fixed title or special label) issue on the project (credentials to be provided by the repository secrets).
The workflow closes the issue automatically in case the service reports a successful check. (Note to self: close with a clear comment that the issue is closed by a successful status).
The workflow provides a compact but informative status of the check in the issue and updates it if required while the status is not successful.
Technical details:
Use a test repository to check the workflow first.
Use official and recommended actions to manipulate GitHub entries (issues, comments).
The text was updated successfully, but these errors were encountered:
As an ESL maintainer, I want to have an automated process to report site problems detected by the outside service (in our case Status Cake).
Behavior:
Technical details:
The text was updated successfully, but these errors were encountered: