-
Notifications
You must be signed in to change notification settings - Fork 195
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
Use bugbug to classify issues that are coming to web-bugs-private #3571
Comments
ksy36
added a commit
that referenced
this issue
May 17, 2021
ksy36
added a commit
that referenced
this issue
May 17, 2021
ksy36
added a commit
that referenced
this issue
May 17, 2021
ksy36
added a commit
that referenced
this issue
May 18, 2021
ksy36
added a commit
that referenced
this issue
May 19, 2021
karlcow
pushed a commit
that referenced
this issue
May 19, 2021
Issue #3571: Use bugbug to classify issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once mozilla/bugbug#2330 is deployed we will be able to make a request to bugbug http service for issues classification.
As a first iteration, lets classify issues that are coming to our private repository and add a label. Once we confirm that it's marking most of the issues correctly, we could close the labelled issues as invalid (after they're moderated and moved to the public repository) and turn off the existing bot.
Existing implementation: https://github.com/mozilla/webcompat-ml-deploy/blob/master/docker/needsdiagnosis/run.py#L107
GET request to get results from bugbug http service is https://bugbug.herokuapp.com/needsdiagnosis/predict/github/webcompat/web-bugs/<issue_id>
The text was updated successfully, but these errors were encountered: