What is the difference between the github API commit statuses "failure" and "error"?
GitHub API statuses include labeling with success, failure, error, or pending status.
Typically, in the context of continuous integration, commit:
(work as tasks performed by the task scheduler )
I asked this question from official GitHub and got the following answer:
Hello Alexander,Thanks for contacting GitHub support! TA failed CI check is when the check failed the required conditions.A CI check, which is erroneous, occurs when the check itself has an error that interferes with its proper operation.Let me know if you need more information.
Hello Alexander,
Thanks for contacting GitHub support! T
Let me know if you need more information.