From 1dfa10ea9d0045143284b55d7f0873aac8d03c3f Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 6 Nov 2018 17:23:27 +0000 Subject: [PATCH] Typo in modules/github.py, 'COMMENT_ACTION' -> 'COMMENT_ACTIONS' --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github.py b/modules/github.py index 48c95488..d7f1d427 100644 --- a/modules/github.py +++ b/modules/github.py @@ -3,7 +3,7 @@ from src import ModuleManager, utils COMMIT_URL = "https://github.com/%s/commit/%s" -COMMENT_ACTION = { +COMMENT_ACTIONS = { "created": "commented", "edited": "edited a comment", "deleted": "deleted a comment"