We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes we want to see actual PRs in ./bin/project prs stats.
./bin/project prs stats
Occasionally I copy-paste this to display PRs by external contributors. I want to be able to specify the bucket(s) and the max number to display.
if prs[:external]&.size&.< 100 puts '' prs[:external]&.each do |pr| puts pr end end end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
Sometimes we want to see actual PRs in
./bin/project prs stats
.What solution would you like?
Occasionally I copy-paste this to display PRs by external contributors. I want to be able to specify the bucket(s) and the max number to display.
The text was updated successfully, but these errors were encountered: