Skip to content

[FEATURE REQUEST] Add support for associating projects with multiple TAGs #777

@mrbobbytables

Description

@mrbobbytables

Currently there is a one-to-one mapping of CNCF TAG to project, however many projects actually span more than one TAG and may have multiple TAGs involved in their review when moving levels. As far as I can tell, the tag variable is only used for filters so hopefully a change like this would not be very disruptive.

Current:

item:
   name: foo
   ...
    extra:
      tag: bar

Desired:

item:
   name: foo
   ...
    extra:
      tag:
        - bar
        - baz

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions