aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-17 14:19:31 +0000
committerGravatar jesopo2019-01-17 14:19:31 +0000
commitce1d1aa5f808c69e1170f13cc1ef71f03dcd594f (patch)
tree844402b3880d6763e3ee6f5ef0ab841ce2b25be6 /modules/github.py
parentAdd a channel setting for github webhook event filters (github.py) (diff)
signature
'issue' -> 'issues' (github.py)
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"]
}