8000 Handle Github webhook notification · Issue #191 · dwyl/tudo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Handle Github webhook notification #191
Open
@Jbarget

Description

@Jbarget

Deal with github notifications that come from the webhook:

  • deal with notification for repo issue changes
  • deal with notification for organisation changes

Repo issue:

Overwrite relevant postgres row with new issue data
The reason our initial thoughts are to overwrite the row in postgres is so that we dont have to deal with handling each of the different event types from the webhook we set up.

Organisation new repo:

create webhook to listen for issue changes on that new repo and add repo to repos table

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0