Skip to content

Error when in configuration one repo with two branches #13

@antonbezkrovny

Description

@antonbezkrovny

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions