Hi,
We have the github integration and workflow triggers set up, however when a pull request is merged, the time logged on the most recent commit is logged for a second time.
For example, the last smart commit on a branch could be:
MOD-605 #time 3h Complete feature
And then the commit that merges the PR could be:
Merge pull request #644 from Company-Name/branch-name MOD-605 #time 3h Complete feature
Instead of only logging 3 hours once for the first commit, and no time for the PR merge it's self, it logs 3 hours for the first commit, and then another 3 hours for the merge.
How can I prevent this from happening?
Thanks.
Dave