Skip to content

Commit

Permalink
fix: updated eventWhitelist in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesgun committed Oct 18, 2024
1 parent e7d7382 commit bec8e2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ yarn test
- "repoName"
- "repoName2"
eventWhitelist: # these are the tail of the webhook event i.e pull_request.review_requested
- "review_requested"
- "ready_for_review"
- "commented"
- "committed"
- "pull_request.review_requested"
- "pull_request.ready_for_review"
- "pull_request_review_comment.created"
- "issue_comment.created"
- "push"
```

0 comments on commit bec8e2b

Please sign in to comment.