{% extends "layout.html" %} {% block title %} Issue Label Bot {% endblock %} {% block body %}
A bot that labels GitHub issues automatically with machine learning.
Written by @hamelsmu @inc0 @jlewi
Stats: {{ num_active_users }} active users, {{ num_repos }} active repos and {{ num_predictions }} predictions.
Active means at least one issue opened after installing the app.This blog post provides background behind the motivation for this app. Issue Label Bot automatically labels issues as either a feature request, bug or question. Want to try it out before installing? Open an issue here.
Only works on public GitHub repos.
Includes the code for this website, the GitHub app, and model training steps.
If you have any problems, suggestions or comments please open an issue!
See example predictions from random repos from the drop down menu below:
{% if results %}To alias the labels bug, label, and feature_request, place a yaml file with this name and path in your repo: /.github/issue_label_bot.yaml See this example yaml file. If the yaml fails to parse or an incorrect schema is used, the app will revert back to default label names.
See a sample of users with an active installation: https://label-bot-prod.mlbot.net/users
See all repos w/installations for a specific user: https://label-bot-prod.mlbot.net/repos/{username}
See the last 50 predictions for a specific repo: https://label-bot-prod.mlbot.net/data/{username}/{repo}
{% endblock %}