Commit Graph
5 Commits
Author SHA1 Message Date
zkldi 65cb74faa4 refactor: port github-bot to ESM
This is one of those annoying things. Updating OctoKit updated some transitive sindresorhus dependency which now forces onto ESM.

This proves to be a pretty annoying problem because you can't use CommonJS from inside ESM and vice versa. Somehow, as an industry, we've managed to invent "what color is your import" for NodeJS, which is a pretty brutal problem.

Anyway. I've made this specific package into an ESM module, and what it compiles to is a module now, too, instead of CommonJS. Luckily, because the github bot is so small and isolated, it means we have very little trouble doing this (and hopefully no brutal side effects).
2024-08-23 09:56:58 +00:00
zkldi 1771a38d0d feat: add some commands to the bot i guess 2024-04-25 01:55:15 +01:00
zkldi 99710af67c fix: ugh 2022-12-19 06:04:05 +00:00
zkldi 36c27dd79d fix: use rootdir in github-bot 2022-12-19 03:59:58 +00:00
zkldi 964ba91e09 feat(github-bot): make a github bot that listens for seeds changes
and posts links to the diff viewer!
2022-09-28 22:23:00 +01:00