fixed typos
This commit is contained in:
parent
4497e7fb68
commit
a6a1e88544
7 changed files with 34 additions and 34 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue