-
Notifications
You must be signed in to change notification settings - Fork 83
Accept GitHub webhooks #786
Copy link
Copy link
Closed
Milestone
Description
Need endpoints to accept the incoming GitHub webhooks
Partially blocked until we get the initial GitHub integration set up, but can be outlined in a PR for now.
Webhooks will be set up for when a user interacts with an Issue or Issue comment in GitHub. This should modify the appropriate task in the Code Corps project.
Link to GitHub webhook event page
Subtasks
- Figure out mapping for Issue -> Task
Webhook Endpoints for
- Create Issue
- Update Issue
- Delete Issue
- Create IssueComment
- Update IssueComment
- Delete IssueComment
Reactions are currently unavailable