-
Notifications
You must be signed in to change notification settings - Fork 51
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
Option to not remove label? #12
Comments
Issue labeler removes manually added labels if it isn't matched with its configuration rules. This is quite annoying, and we loose manual tags, so disable it until fixed github/issue-labeler#12
@fmigneault this sounds good to me. Feel free to put a PR up and I'll review it otherwise I'll try to get to it in the near future |
I am seeing that labels are being removed as part of every run of my action, even though the output agrees the label is added. Can this be turned off? |
Could it be possible to add condition when label will be removed? So for example, I check checkbox label added, I uncheck, then label removed. |
I really like the ability to automatically apply labels if a specific word is found, but having the same labels removed because the word is missing can be problematic.
For instance, I label
bug
to any issue that as that word, but the label was manually tagged as a bug without using the word in the body, it just gets removed at some point and we lose track of the bug!Maybe something like follows could be considered?
The text was updated successfully, but these errors were encountered: