Poll specific branch in github
Currently yodiz tracks all branches which adds to duplicate commit history when merging branches to master.
For example:
IF I commit "@T45:R Completed task number 45"
to a branch - "branchAbc"
It will show up in the history of Task 45...
When I merge "branchAbc" to "master", it shows up again!!
Yodiz should allow me to pick which branch I would like to poll, or poll master only by default.
This can easily be done by parsing the webhook sent by github...
The first line of the json request sent to yodiz contains the line:
{
"ref": "refs/heads/master"...
Which gives the ref of which branch the commit was done on.
Thanks for the feedback. Indeed it is a good idea. We have now added to our backlog and hopefully it will be implemented in our next release (March-April).
Best Regards,
Yodiz Support Team