fixed typos

This commit is contained in:
ston1th 2019-11-30 12:51:47 +01:00
commit a6a1e88544
7 changed files with 34 additions and 34 deletions

View file

@ -1,6 +1,6 @@
# webhook-interseptor
# webhook-interceptor
The Webhook Interseptor checks for specific conditions when a webhook is received.
The Webhook Interceptor checks for specific conditions when a webhook is received.
This way we can trigger cleanups when the PR is closed.
@ -9,13 +9,13 @@ This way we can trigger cleanups when the PR is closed.
## Push Event
```
X-Interseptor-Ref: refs/heads/master
X-Interceptor-Ref: refs/heads/master
```
## Pull-Request Event
```
X-Interseptor-Action: [create|delete]
X-Interceptor-Action: [create|delete]
```
## Issue Comment Event
@ -23,7 +23,7 @@ X-Interseptor-Action: [create|delete]
**TBD**
```
X-Interseptor-Comment: /test
X-Interceptor-Comment: /test
```
# Build and run