Typo in modules/github.py, 'COMMENT_ACTION' -> 'COMMENT_ACTIONS'
This commit is contained in:
parent
08355c026e
commit
1dfa10ea9d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue