aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks/github.py')
-rw-r--r--modules/git_webhooks/github.py4
1 files changed, 3 insertions, 1 deletions
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"