python-github-webhooks icon indicating copy to clipboard operation
python-github-webhooks copied to clipboard

Simple Python WSGI application to handle Github webhooks

Results 15 python-github-webhooks issues
Sort by recently updated
recently updated
newest added
trafficstars

It is more convenient in a docker context to use env vars...

At this time, when there is an issue with GitHub integration (like test returning 301 code), there is absolutely no logs or whatever. We need both access and error logs...

In my hooks, I've had to use git (among other tools) as a specific user (whose uid is 999). Since git was not provided by the `carlos-jenkins/python-github-webhooks` docker image (and...

By default, `make` pulls base image before building `latest`. The `docker-build-push` target builds and pushes not only `latest` but also a tagged image, which is always useful for production. (BTW,...