{% 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.


Instructions

Create webhook @GitHub for your repositories with:
Payload URL
{{ url_for('hook_accept', _external=True) }}
Content type
application/json
Secret
The secret from config file!
Content type
Select event Label or more...

Repositories

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

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