@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface PRTemplateResult

    interface PRTemplateResult {
        error?: string;
        source: string | null;
        template: string | null;
    }
    Index

    Properties

    error?: string

    If non-null, an error prevented a complete check of all template paths.

    source: string | null

    The path where the template was found (e.g., ".github/PULL_REQUEST_TEMPLATE.md").

    template: string | null

    The decoded template content, or null if no template was found.