federatedbookkeeping / task-tracking

This repo contains the artefacts tracking work done on the Federated Task-Tracking project, funded by NLnet and the NGI Assure Programme.
2 stars 2 forks source link

Sync GitHub issues with BridgeBot #29

Open michielbdejong opened 1 week ago

michielbdejong commented 1 week ago

Working on this in BridgeBot.

michielbdejong commented 1 week ago

This needs unit tests:

michielbdejong commented 1 week ago

It seems there are events for when e.g. a comment is added but I can't find an event for when a comment is updated - that might require diff-stream

michielbdejong commented 1 week ago

Ah, found it, in webhook docs: comment, edited

This means (and that makes sense) that BridgeBot should expose a https endpoint to receive webhooks

michielbdejong commented 1 week ago

Creating https://github.com/federatedbookkeeping/github-dxos for this