Skip to content

Heal Status

Status values for CI run healing.

HEAL_STATUS Constant

js
import { HEAL_STATUS } from "@gitwire/core";

All Statuses

StatusConstantDescription
pendingHEAL_STATUS.PENDINGNewly detected, not yet processed
attemptedHEAL_STATUS.ATTEMPTEDHealing in progress
healedHEAL_STATUS.HEALEDSuccessfully healed (PR opened)
failedHEAL_STATUS.FAILEDHealing attempted but failed
skippedHEAL_STATUS.SKIPPEDFailure type not auto-healable

Lifecycle

pending → attempted → healed
pending → attempted → failed
pending → skipped

Failure Types

Released under the MIT License.