Skip to content

Allow for only applying a label if another label has not been applied (enumerated labels) #781

Open
@mofosyne

Description

@mofosyne

Was experimenting with

"review complexity : high":
    - changed-files:
        - any-glob-to-any-file:
            - ggml-cuda/**
            - ggml-vulkan.cpp
            - ggml_vk_generate_shaders.py
"review complexity : medium":
    - changed-files:
        - any-glob-to-any-file:
            - .devops/**
            - .github/**
            - ci/**
#'review complexity : low':
...

But realised that there is a possibility that multiple of these tags can apply at the same time. I would like the ability to not label if another label (or in my context a higher priority label) has already been matched.

I hope to also combine it with #486 for a more robust review complexity estimating labeler

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions