mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-28 16:48:30 -05:00
Allows a single `@all-contributors` comment to add or update a contributor across multiple projects simultaneously. Updates the workflow to: - Detect multiple projects from explicit mentions in the trigger comment. - Iterate over all detected projects to update their respective `.all-contributorsrc` files and project `README.md` tables. - Adapt commit messages and bot replies to reflect multi-project changes. This improves efficiency for managing contributors in multi-project repositories by reducing repetitive commands.