You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you edit a file using GitHub UI and then create a PR to the same repository from a new branch, Lookout notifies only a new Review event. Although a new branch appears, there is no Push event.
The text was updated successfully, but these errors were encountered:
I used as example this PR: bblfsh/uast-viewer#89
it is created from a local branch greenkeeper/react-styleguidist-9.0.0
In the events endpoint I see such events:
CreateEvent:
id "9101240193"
type "CreateEvent"
actor {…}
repo {…}
payload
ref "greenkeeper/react-styleguidist-9.0.0"
ref_type "branch"
master_branch "master"
description null
pusher_type "user"
public true
created_at "2019-02-20T10:35:08Z"
org {…}
PullRequestEvent:
id | "9101240662"
-- | --
type | "PullRequestEvent"
actor | {…}
repo | {…}
payload |
action | "opened"
number | 89
pull_request | {…}
public | true
created_at | "2019-02-20T10:35:11Z"
org | {…}
There is no PushEvent indeed. Maybe we should handle CreateEvent as PushEvent when ref_type= branch. Though it doesn't have enough information. So we will have to call some additional endpoints.
If you edit a file using GitHub UI and then create a PR to the same repository from a new branch, Lookout notifies only a new Review event. Although a new branch appears, there is no Push event.
The text was updated successfully, but these errors were encountered: