Typo in modules/github.py, 'COMMENT_ACTION' -> 'COMMENT_ACTIONS'

This commit is contained in:
jesopo 2018-11-06 17:23:27 +00:00
parent 08355c026e
commit 1dfa10ea9d

View file

@ -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"