-
-
Notifications
You must be signed in to change notification settings - Fork 811
Closed
Labels
Milestone
Description
The @trigger.dev/github
integration currently only supports a limited number of tasks found here:
https://github.com/triggerdotdev/trigger.dev/blob/main/integrations/github/src/tasks.ts
We should add tasks for cover the entire "git database" collection of rest API endpoints, found here:
- Blobs: https://docs.github.com/en/rest/git/blobs?apiVersion=2022-11-28
- Commits: https://docs.github.com/en/rest/git/commits?apiVersion=2022-11-28
- References: https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28
- Tags: https://docs.github.com/en/rest/git/tags?apiVersion=2022-11-28
- Trees: https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28