-
Notifications
You must be signed in to change notification settings - Fork 84
Customer Feedback - Requested Features #24
Comments
Issue-Label Bot is automatically applying the label Links: dashboard, app homepage and code for this bot. |
@hamelsmu would it be possible to drive the dry run off of issues on this repo? Give potential users a prompt to open an issue here, and see how the results/flow work? The rest of the feedback seems spot on. |
@rand thats a great suggestion to have a sandbox repo to test things out on I like it |
@rand that wouldn't address my concern which is that i have no idea what this bot is going to do on a big repo (e.g. electron/electron). What tags is it going to add? How often will it be correct? What's the false positive / false negative rate? Those questions are not answered by seeing how it works on a different repo. |
@nornagon ah, thank you for the clarification of your concerns. To confirm: you're looking for a preview + summary of what this would do on a specific repo, rather than just a test environment? Getting the false positive/negative rates beforehand will be challenging, as that data is accrued via 👍 👎 feedback on the bot's interactions. |
Yeah, I'm not looking for aggregate statistics, I just want to see how it behaves on a few sample issues and see if it seems sane or not. |
@nornagon I'll think about the best way to handle this and then tag you again. Thank you for the feedback! |
@nornagon I copied pasted some issues for you in https://github.com/hamelsmu/Issue-Label-Bot-Examples/issues, feel free to give it a spin if you want and open more issues! I'll add some kind of feature that allows you do this but maybe this will get us bootstrapped in the meantime? Let me know your thoughts! |
As for dry run, we could also provide webpage where you could input your issue link and it will show prediction. People would be able to just try it out with their issues |
That sounds useful. |
Could you perform a con-sine similarity or similar to identify and aggregate issues open/new? Then with some confidence issues could be closed as dupe? |
for the config file can we set custom labels that we made to apply to the bot? if so how I got confused with the config |
@DevAvanCodes can you point me to one of your repos and what you are trying to do so I can take a look? |
I took your example for the config but, then I do not want tags like feature_request I may want a different label, as what im saying through config here is the link to my project https://github.com/DevAvanCodes/YourSkinGUI/blob/master/.github/issue_label_bot.yaml |
@DevAvanCodes I opened a PR on your repo: https://github.com/DevAvanCodes/YourSkinGUI/pull/1 as an example of how to alias one of the labels, Labeling "feature_request" as "enhancement" -> we can take the conversation there perhaps if there are any questions? |
I am wondering how could I use different labels for recognized EX. Invalid Questions It puts invalid as a label @hamelsmu |
@hamelsmu Do you think it makes sense to, by default, rename "feature_request" to "feature request"? GitHub issue labels support spaces in the name, like the default "good first issue". I understand that you can alias the labels, but I'm curious about what you think about removing the underscore by default. |
This is the feedback I got from customers so far:
cc: @inc0 @jlewi @rand @jessfraz please provide feedback and add more ideas here please, and invite others to make suggestions on features as well!
The text was updated successfully, but these errors were encountered: