Not sure if tangled has a sort of API documentation available, which I can use for some automation.
Use case ideas:
- Register a bot, then receive an API key I can use to authenticate that bot against tangled
- Comment on a pull request from a pipeline, for example to show that it has been deployed to a given service (Railway for instance)
- Run a search for related issues, then comment on an issue when similar issues have been found
- Link tangled with a certain project management tool (Fizzle, Trello, Jira, etc...) and when a new PR comes in/is edited, check if it references a Jira ticket, then add a label like
jira/TICKET-ID. then when that PR is merged, the jira ticket can also close automatically