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

Multiple comments by event #21

Closed elevinskii closed 4 years ago

elevinskii commented 4 years ago

If the same task Id occurs in a Pull Request description multiple times - the workflow considers this as different tasks and send multiple notifications.

To Reproduce Create Pull Request with the following body:

The PR closes task #123
https://www.teamwork.com/tasks/123

Expected behavior Only 1 comment to the task should be created.

Actual behavior The comment sent twice.