Teamwork / github-sync

This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
https://developer.teamwork.com
MIT License
64 stars 26 forks source link

Can comments be set to private if posted via this integration? #59

Open timbotimber opened 1 year ago

timbotimber commented 1 year ago

We use teamwork internally and externally. We'd love for comments from this integration to be posted privately/locked to internal users if possible

joesken commented 1 year ago

@timbotimber in case it helps. If you fork this repo and change the \"isprivate\": false } to \"isprivate\": true } on this line https://github.com/Teamwork/github-sync/blob/master/src/teamwork.sh#L97 it should do what you are looking for.

christian-thomas commented 1 year ago

There's also a PR for it here @timbotimber. 🙂