Skip to content

Releases: Saviru/Automatic_repo-sync-bot

1.25.0

02 Apr 13:28

Choose a tag to compare

First release

2.25.0

02 Apr 14:29
1912ed6

Choose a tag to compare

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.

Now you also can use this as a template and create a your own repo with the functional bot