cli/pkg/cmd/search/prs
Tyler McGoffin e5248b8fd4 Update gh search prs --project flag doc to specify owner/number syntax
There are no code changes required to make this work. I added a test
specifying `<owner>/<number>` and nothing failed. Any syntax issues are
returned by the api with a generic message:

```
Invalid search query "project:\"<string>\" type:pr".
An invalid project was specified.
```

This, combined with the updated docstring, should be sufficient for users
to troubleshoot any issues with the `--project` flag syntax
2024-08-12 14:51:03 -07:00
..
prs.go Update gh search prs --project flag doc to specify owner/number syntax 2024-08-12 14:51:03 -07:00
prs_test.go Add the ability to pass teams to review-requested (#5538) 2022-05-02 19:07:16 +02:00