docs/integrations/sources/github-migrations.md
This release introduces breaking changes to the reactions object schema, which appears in multiple streams. The GitHub API returns reaction fields named +1 and -1, but these field names contain special characters that are not supported by some destinations, causing sync errors.
The reaction fields have been renamed for compatibility:
+1 → plus_one-1 → minus_oneAll streams containing the reactions object are affected:
commentscommit_commentsissue_eventsissuesreleasesreview_commentsAfter upgrading to version 2.0.0:
+1 and -1 fields to use plus_one and minus_one instead