bridge.pipelines.goals module#

Enumeration of supported pipeline goals used to bind handlers to pipeline implementations.

class bridge.pipelines.goals.PipelineGoal(*values)[source]#

Bases: str, Enum

Enumeration of possible pipeline goals.

CREATE_PR_ISSUES#

Goal to create a pull request and issues in a repository based on source metadata.

Type:

str

EXTRACT_METADATA#

Goal to extract metadata from a repository.

Type:

str