aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index d4c9bcec..0d2688cf 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -18,7 +18,7 @@ EVENT_CATEGORIES = {
"code": ["push", "commit_comment"],
"pr": ["pull_request", "pull_request_review",
"pull_request_review_commend"],
- "issue": ["issue", "issue_comment"],
+ "issue": ["issues", "issue_comment"],
"repo": ["create", "delete", "release", "fork"],
"team": ["membership"]
}