From 50349ab8c8bbc9b84aa82bcc07069aa4e849bf4d Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 21 Jan 2019 17:24:59 +0000 Subject: [PATCH] `pr-all` also shows when there are new commits to a pull request (github) --- modules/github/ghwebhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github/ghwebhook.md b/modules/github/ghwebhook.md index bf68d054..f533cc81 100644 --- a/modules/github/ghwebhook.md +++ b/modules/github/ghwebhook.md @@ -26,7 +26,7 @@ Shows minimal pull request actions; opened, closed, reopened Shows the same actions as `pr-minimal` and also: edited, assigned, unassigned, review requests, comments on review requests #### pr-all -Shows the same actions as `pr` and also: labeled, unlabeled +Shows the same actions as `pr` and also: labeled, unlabeled, new commits #### issue-minimal Shows minimal issue actions; opened, closed, reopened, deleted