From a50b8c5694cd8a87d8d3e3342ae55a516d2d39b3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 15 Feb 2019 07:49:07 +0000 Subject: [PATCH] comment typo, 'tage' -> 'tag' (github) --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"