EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    Parameters for the safe-outputs PR creation call. Maps to the safeoutputs___create_pull_request tool interface.

    interface SafeOutputsPRParams {
        title: string;
        body: string;
        base: string;
        head: string;
        labels?: readonly string[];
        draft?: boolean;
    }
    Index

    Properties

    title: string

    PR title — must include article type and date.

    body: string

    PR body — should contain the STAGE_C_GATE line and summary.

    base: string

    Base branch (typically 'main').

    head: string

    Head branch (auto-generated by the workflow).

    labels?: readonly string[]

    Labels to apply to the PR.

    draft?: boolean

    Whether to create as draft PR.