github / contributors

GitHub Action that given an organization or repository, produces information about the contributors over the specified time period.
https://github.blog/2023-10-23-how-to-gain-insight-into-your-project-contributors/
MIT License
98 stars 15 forks source link

Continue if repo contributors are empty #43

Closed zkoppert closed 1 year ago

zkoppert commented 1 year ago

Fixes #42

Proposed Changes

Readiness Checklist

Author/Contributor

Reviewer

zkoppert commented 1 year ago

@mister-ben Hopefully this works for what you are thinking.

mister-ben commented 1 year ago

Thanks, that works. Although I think the message to delete the repo and try again if you need the repo is at best confusing, and potentially dangerously misleading in case it's ever triggered by an unforeseen reason other than being an empty repo.

zkoppert commented 1 year ago

@mister-ben I updated to just remove that confusing line. I'm thinking that the notification that we couldn't get collaborators from the repo and the status code should be helpful without being misleading.

zkoppert commented 1 year ago

Creating a release to get this out there. Thanks!!