Edit

AutofixRequestStatus enum

Indicates the lifecycle status of an autofix request. Maps to TINYINT in the database.

Fields

None = 0

Default sentinel value; not a valid operational status.

Pending = 1

The request has been created and is waiting for a pipeline to be triggered.

PipelineRunning = 2

The pipeline has been triggered and is currently running.

Done = 3

The pipeline completed successfully and a pull request was created.

Failed = 4

The pipeline or post-processing failed.