Contributors Generator Action
Version updated for https://github.com/somaz94/contributors-action to version v1.0.0.
- This action is used across all versions by 13 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Contributors Action is a GitHub Action designed to automate the generation and updating of a contributors list for a repository using GitHub data. It simplifies the process of showcasing contributors by generating lists in various formats (e.g., HTML table, Markdown list, or image grid) and allows customization options such as sorting, filtering, and layout adjustments. This action is ideal for maintaining up-to-date and visually appealing contributor sections in project documentation, saving time and ensuring accuracy.
Release notes
Bug Fixes
- update Go to 1.26 and Alpine to 3.23 by @somaz94
- remove go.sum reference from Dockerfile by @somaz94
- replace real GitHub user IDs with placeholders in examples by @somaz94
CI/CD
- add CI/CD workflows and release pipeline by @somaz94
- add operational workflows by @somaz94
Chore
- remove template scaffolding and update CODEOWNERS by @somaz94
- bump the docker-minor group with 2 updates (#1) by @dependabot[bot] in #1
Documentation
- add README, .dockerignore, cliff.toml, update .gitignore by @somaz94
- create docs/ and streamline README with example output by @somaz94
Features
- implement Go-based contributors action by @somaz94
Other Changes
- Initial commit by @somaz94