Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mofosyne opened this issue May 16, 2024 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@mofosyne
Copy link

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

@mofosyne mofosyne added feature request New feature or request to improve the current logic needs triage labels May 16, 2024
@HarithaVattikuti
Copy link
Contributor

Hello @mofosyne
Thank you for creating this feature request. We will investigate it and get back to you as soon as we have some feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants