google / google/pullsheet

reviews command doesn't not support org flag

Open
#61 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
90
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.