idg.tools icon indicating copy to clipboard operation
idg.tools copied to clipboard

Consider adding the title of a tool to the when the bot creates github issues

Open Greenheart opened this issue 1 year ago • 3 comments

By adding the title of the tool in the GitHub issue title, it would be easier as a maintainer to quickly take action.

We could also create a basic guide for how to triage and prioritize among the incoming issues.

This should be a simple technical fix, adding the tool's title to be added to the end of this line: https://github.com/Greenheart/idg.tools/blob/main/tools/src/lib/github.ts#L68

testing

Since this depends on the github API both for dev and production, it might not be easy to test.

However, it should be sufficient to just test the function that prepares the github issue data, log it, and then just return early without submitting to the API.

Greenheart avatar Dec 20 '22 20:12 Greenheart