Created
April 13, 2023 01:23
-
-
Save exoego/4fd17be8275b91c0dcf8d3046b07eb60 to your computer and use it in GitHub Desktop.
GitHub CLI to filter PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Equivalent to "author:exoego is:merged created:>2022-02-28" in Web UI | |
gh search prs --limit=1000 --author=exoego --created=">2022-02-28" --merged -- -user:exoego -user:scala-steward-org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment