From 8a265da8bfbae0e9ada6181ef87a66bc20311a7d Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 6 Dec 2019 07:11:31 +0000 Subject: by default, show locked/unlocked events for issues/PRs --- modules/git_webhooks/github.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index b7f13805..bfb98c5d 100644 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -25,6 +25,7 @@ EVENT_CATEGORIES = { "pull_request/opened", "pull_request/closed", "pull_request/reopened", "pull_request/edited", "pull_request/assigned", "pull_request/unassigned", "pull_request_review", + "pull_request/locked", "pull_request/unlocked", "pull_request_review_comment" ], "pr-all": [ @@ -42,7 +43,8 @@ EVENT_CATEGORIES = { ], "issue": [ "issues/opened", "issues/closed", "issues/reopened", "issues/deleted", - "issues/edited", "issues/assigned", "issues/unassigned", "issue_comment" + "issues/edited", "issues/assigned", "issues/unassigned", + "issues/locked", "issues/unlocked", "issue_comment" ], "issue-all": [ "issues", "issue_comment" -- cgit v1.3.1-10-gc9f91