{% extends "layout.html" %} {% block body %}

Welcome!


Labelord is simple tool for management of issue labels for GitHub repositories. Server part serves for master-to-master replication of labels thanks to webhooks. It propagates labels changes within group of selected repositories. Cool huh?!

This project has started as a semester work during advanced Python course MI-PYT @ FIT CTU in Prague.


Repositories

Application is running currently for following repositories (from config file):

{% for repo in repos %} {% endfor %}
{{ repo }} GitHub
{% endblock %}