Skip to content

Instantly share code, notes, and snippets.

@exoego
Created April 13, 2023 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exoego/4fd17be8275b91c0dcf8d3046b07eb60 to your computer and use it in GitHub Desktop.
Save exoego/4fd17be8275b91c0dcf8d3046b07eb60 to your computer and use it in GitHub Desktop.
GitHub CLI to filter PRs
#!/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