Skip to content

when multiple vcs are specified in participants_matrix, only the last will be effective #934

@zhiqiangxu

Description

@zhiqiangxu

According to the code:

for index, participant in enumerate(participants):
for vc in vc_matrix:
for k, v in vc.items():
participants[index][k] = v

when multiple vcs are specified in participants_matrix, only the last will be effective since it'll override previous ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions