GitHub Runner Webhook Router

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/edge 38 16 Dec 2024
Ubuntu 22.04
juju deploy github-runner-webhook-router --channel edge
Show information

Platform:

A webserver which forwards webhooks from Github to a mq.

The github-runner-webhook-router is a simple Flask application that listens for incoming webhooks from GitHub and places a translation of those in a message queue for a runner to pick up and process. It is intended to be used together with the Github Runner operator in reactive mode.