cli/pkg/cmd/pr/view
Mislav Marohnić 1a980e768c Fix how teams are displayed in requested reviewers
1. The `--json` export now only renders the `login` field for User types
   and `name` and `slug` fields for Team types.
2. The `pr view` command now renders team reviewers in the format of
   `ORG/SLUG` instead of the team name. This is so that the same value
    can be used in the `pr create -r` flag.
2021-05-28 14:32:31 +02:00
..
fixtures Fix how teams are displayed in requested reviewers 2021-05-28 14:32:31 +02:00
view.go Fix how teams are displayed in requested reviewers 2021-05-28 14:32:31 +02:00
view_test.go Fix how teams are displayed in requested reviewers 2021-05-28 14:32:31 +02:00