Releases: Saviru/Automatic_repo-sync-bot
Releases · Saviru/Automatic_repo-sync-bot
1.25.0
2.25.0
What's New: Co-Author Support
The updated workflow now includes support for adding co-authors to commits using the .env file:
How It Works
Configuration: Add a CO_AUTHORS entry to your .env file with a comma-separated list of contributors:
Code
CO_AUTHORS="Example1 <example1@example.com>, Example2 <example2@example.com>"
Implementation Details:
- The workflow parses the CO_AUTHORS variable from the .env file
- Each commit made during the sync process will include proper "Co-authored-by:" trailer lines
- The sync-status.md file includes a section listing all co-authors
Benefits:
- Properly attributes work to multiple contributors
- Follows GitHub's standard for co-authoring commits
- Makes commit history more accurate when syncing collaborative work
- This feature is especially useful for collaborative repositories where multiple people contribute to the code being synced, ensuring everyone - gets proper credit in the GitHub history.