No description
  • Go 95.7%
  • Dockerfile 2.3%
  • Shell 2%
Find a file
2019-11-30 12:51:47 +01:00
config fixed typos 2019-11-30 12:51:47 +01:00
Dockerfile first commit 2019-11-30 12:09:41 +01:00
LICENSE first commit 2019-11-30 12:09:41 +01:00
main.go fixed typos 2019-11-30 12:51:47 +01:00
README.md fixed typos 2019-11-30 12:51:47 +01:00

webhook-interceptor

The Webhook Interceptor checks for specific conditions when a webhook is received.

This way we can trigger cleanups when the PR is closed.

HTTP Headers

Push Event

X-Interceptor-Ref: refs/heads/master

Pull-Request Event

X-Interceptor-Action: [create|delete]

Issue Comment Event

TBD

X-Interceptor-Comment: /test

Build and run

export KO_DOCKER_REPO='gcr.io/my-gcloud-project-name'

ko apply -f config/