@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface UntrustedContentMeta

    interface UntrustedContentMeta {
        association?: string;
        author?: string;
        source?: string;
    }
    Index

    Properties

    association?: string

    GitHub author_association (OWNER, MEMBER, CONTRIBUTOR, NONE, ...).

    author?: string

    GitHub login of the content's author (e.g. PR comment author).

    source?: string

    Free-form provenance label (e.g. "pr-body", "review-comment").