From 8f0024e5448b01137282598220383371382d125b Mon Sep 17 00:00:00 2001 From: Jamie Hill-Daniel Date: Sun, 3 Mar 2024 16:26:44 +0000 Subject: [PATCH] Note that PR review comments should be enabled in webhook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9ccd1..184f898 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ the name of the repository you are configuring homu for. - Content type: `application/json` - Secret: The same as `repo.NAME.github.secret` in `cfg.toml` - Events: click "Let me select individual events", then pick - `Issue comments`, `Pull requests`, `Pushes`, `Statuses`, `Check runs` + `Issue comments`, `Pull requests`, `Pushes`, `Statuses`, `Check runs` and `Pull request review comments` 6. Add a Webhook to your continuous integration service, if necessary. You don't need this if using Travis/Appveyor.