contributors
contributors copied to clipboard
GitHub Action that given an organization or repository, produces information about the contributors over the specified time period.
This would be useful for GItHub and potentially for other companies too.
### Is your feature request related to a problem? No ### Describe the solution you'd like Utilize the [GitHub Actions Job Summary feature](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) we could output the markdown as GitHub...
Might look into opening a PR but it currently will fail and stop running on hitting a rate limit failure and does not create even a partial report.
this would actually utilize the `avatar_url`we are storing. Again, would need to make this optional so it doesn't clutter up the results for folks that don't want it. Maybe don't...
If folks have filled it out there is a company field in the user data that could be shown in the contributor report. See endpoint: https://docs.github.com/en/free-pro-team@latest/rest/users/users?apiVersion=2022-11-28#get-a-user
`contributors.md` may overwrite an existing file so having an option would be a good idea.
### Describe the bug When generating the report against an Organization using start_date and end_date, the Contributions Count is equal to the all time contributions for any repos in the...
Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.2 to 4.31.3 Release notes Sourced from github/codeql-action's releases. v4.31.3 CodeQL Action Changelog See the releases page for the...