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

Bug: pizza insights contributors is broken #76

Closed
2 tasks done
jpmcb opened this issue Feb 28, 2024 · 3 comments · Fixed by #77
Closed
2 tasks done

Bug: pizza insights contributors is broken #76

jpmcb opened this issue Feb 28, 2024 · 3 comments · Fixed by #77
Labels

Comments

@jpmcb
Copy link
Member

jpmcb commented Feb 28, 2024

Describe the bug

Somethings not right with the insights contributors command - it just returns all zeros:

❯ ./build/pizza insights contributors https://github.com/hashicorp/terraform
Repository URL      https://github.com/hashicorp/terraform
New contributors    0
Recent contributors 0
Alumni contributors 0
Repeat contributors 0

Steps to reproduce

  1. Download the latest pizza CLI
  2. execute pizza insights contributors https://github.com/hashicorp/terraform and notice it's not working as expected

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@jpmcb jpmcb added the 🐛 bug Something isn't working label Feb 28, 2024
@k1nho
Copy link
Contributor

k1nho commented Mar 4, 2024

@jpmcb I think this might because the parameter passed is repo.Name rather than repo.FullNamehere so its not passing the owner part. I can pick this up! Also unrelated, but found some contributor prs failing on show due to this one open-sauced/go-api#10

Copy link
Contributor

open-sauced bot commented Mar 4, 2024

🎉 This issue has been resolved in version 1.1.1-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

open-sauced bot commented Aug 30, 2024

🎉 This issue has been resolved in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@open-sauced open-sauced bot added the released label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants