diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 0e0d2b73..81bbed4d 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -43,7 +43,7 @@ EVENT_CATEGORIES = { "issues", "issue_comment" ], "repo": [ - "create", # a repository, branch or tage has been created + "create", # a repository, branch or tag has been created "delete", # same as above but deleted "release", "fork"