github-webhook icon indicating copy to clipboard operation
github-webhook copied to clipboard

A flexible web server for reacting GitHub Webhooks

Results 8 github-webhook issues
Sort by recently updated
recently updated
newest added

[The code](https://github.com/rvagg/github-webhook/blob/master/github-webhook.js#L206) pops the first element of an array in each execution and the length of the array is reduced by one each time when the webhook is triggered since...

Hi, this is something i just added. I thought it was cool enough to PR it !

It would be nice if an event where no rules matched would create a log entry.

This fixes an issue with successive events and variable scope.

Is there any reason why the same command would be executed twice from a single event? In the logs, there's only a second difference between the two executions.

I run `github-webhook` as PID 1 inside a Docker container and the process does not terminate cleanly when it receives a SIGTERM. If I understand well _node_ forwards the signals...

Initially this is behind a terminator for me but I imagine it'd be common to want to expose it direct, in which case being able to specify the various keyfiles...

help wanted