Skip to content

reviews command doesn't not support org flag  #61

@EikeDawid

Description

@EikeDawid

Opposed to the prs command the reviews command only supports a list of repos and not the --org option.

The prs command has special handling for this option:

var repos []string

	if len(rootOpts.org) > 0 {
		repos, err = repo.ListRepoNames(ctx, c, rootOpts.org)
	} else {
		repos = rootOpts.repos
}

Happy to provide a quick fix for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions