interface PullRequestFilter {
    tags?: string[];
    targetBranch?: string;
}

Properties

Properties

tags?: string[]

List of tags.

targetBranch?: string

Target branch of pull request.