linear-sync
linear-sync copied to clipboard
Two way sync: option to only sync comments back from Linear to GitHub
Hey @jtormey! Thanks for this awesome integration. I was wondering if it's possible to only sync comments back to GitHub, when an issue has been created in GitHub and synced to Linear.
Glad to hear you like the integration!
Yes, this is absolutely possible. However, there is no setting for it at the moment, so I'll add it to the roadmap.
If you'd like this feature ASAP, contributions are welcome 🙂
Implementation hints:
Linear.Data.IssueSyncis where settings are configured.Linear.Actionsis where incoming events are transformed into sequences of actions, based on settings.