Hi!
The pack works great, thanks for it!
However, I noticed a strange feature:
When I add an entry of the form to the configuration
{
"repositories": [
{
"url": "<some_url_A>",
"branch": "development_branch"
},
{
"url": "<some_url_B>",
"branch": "development_branch"
},
{
"url": "<some_url_B>",
"branch": "master"
}
]
}
That is, the package does not work on the repository master B - instead, the development_branch branch is processed twice
How can I fix this?