8000 Add StatusEvent handler · lnielsen/github3.py@3ac935e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ac935e

Browse files
committed
Add StatusEvent handler
1 parent 06d911d commit 3ac935e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github3/events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def identity(x):
172172
'PullRequestEvent': _pullreqev,
173173
'PullRequestReviewCommentEvent': _pullreqcomm,
174174
'PushEvent': identity,
175+
'StatusEvent': identity,
175176
'TeamAddEvent': _team,
176177
'WatchEvent': identity,
177178
}

0 commit comments

Comments
 (0)
0