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

Task not getting commented or tagged when task is added after PR is created and action re ran #55

Open tylerwyrostek opened 2 years ago

tylerwyrostek commented 2 years ago

Describe the bug If a dev adds the task after a PR is created and we re run the action its coming back with task found.

To Reproduce Steps to reproduce the behavior:

  1. Create new PR with no teamwork url in description.
  2. Let action complete.
  3. Edit description to have Teamwork URL.
  4. Re run action.

Expected behavior I would expect to see the teamwork task tagged with PR Open and a comment with the PR info.