Skip to content
New issue

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

[FEATURE] Add option to display PRs in prs stats #69

Open
dblock opened this issue Aug 16, 2023 · 0 comments
Open

[FEATURE] Add option to display PRs in prs stats #69

dblock opened this issue Aug 16, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dblock
Copy link
Member

dblock commented Aug 16, 2023

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.

if prs[:external]&.size&.< 100
  puts ''
  prs[:external]&.each do |pr|
    puts pr
    end
  end
end
@dblock dblock added enhancement New feature or request untriaged good first issue Good for newcomers and removed untriaged labels Aug 16, 2023
@dblock dblock removed the untriaged label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant