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

Organization stats fail if any repo is empty #42

Closed
mister-ben opened this issue Oct 25, 2023 · 0 comments · Fixed by #43
Closed

Organization stats fail if any repo is empty #42

mister-ben opened this issue Oct 25, 2023 · 0 comments · Fixed by #43
Labels
bug Something isn't working

Comments

@mister-ben
Copy link

When checking an organization, any empty repo will cause the action to fail. Simply bad timing could mean a user creates a repo as the action is running.

Actual:
Exits with

Expected status_code 200 but got 204
Error getting contributors for repository: foo/bar
No more repositories will be processed. Please delete the (empty?) repository and try again.
204 [No message]

Expected;
Continues, perhaps logging

Error getting contributors for repository: foo/bar. It may be empty.
@zkoppert zkoppert added the bug Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants