Ariel Deitcher
Ariel Deitcher
tested using the `-R` flag in a different repo, and with the current branch
> @mntlty We discussed this offline as a team, with the still unknowns around the performance impact of the `mergeable` field on GHES and no easy way from the code...
@samcoe I've tested this with the new flag and without, with the json flag and without. I think this is ready for review 🙏
> @mntlty This is great thanks for making the requested changes, I pushed a small polish commit, I think this is ready to ship. @samcoe thanks for all the feedback!
Draft pull requests are not available on all repositories and plans according to https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests#draft-pull-requests Attempting to convert a pull request to draft results in the following error: ``` API call...
@mislav what do you think about this approach?
@MarcPow you can do this with the JSON output and `jq` or some other tool that speaks JSON. As an example: ``` gh projects item-list --org --format=json | jq '.items[]...