{% extends 'layout.html' %} {% block body %}
This simple service uses GitHub webhooks to catch updates of pull requests (PRs) and update the labels of that PR by matching changes files with preconfigured patterns. It is mainly homework for MI-PYT course, but can be actually quite useful although it consists only of this info page (GET /
) and webhook listener (POST /
).
Pull Requests will be labeled by user: {{ user|github_user_link }}
{{ pattern }}
To manage PRs of your repo by this service you need to know configured webhook secret, then just: