Would be awesome to be able to:
(in order of ~difficulty/straightforwardness)
@gptme add a LICENSE file with MIT
@gptme update the deps
@gptme add tests for file
@gptme make CI pass
- would use
gh to get CI logs, and try to apply a solution
@gptme implement this issue
These could all work by simply having a GitHub bot operate a GitHub user, such that on mentions from whitelisted users, it will:
- spin up a instance (or even CI job)
- clones the repo/PR
- runs
gptme with the message as argument, executes the actions, commits, and pushes/opens a PR
Could also make it reply to issues/PRs directly (but not sure if as valuable):
@gptme what do you think about this?
@gptme review this PR
I think this could be a really cool idea, and might actually work pretty well. Might be easy enough to do as a CI thing, at least as a demo.
Would be awesome to be able to:
(in order of ~difficulty/straightforwardness)
@gptme add a LICENSE file with MIT@gptme update the deps@gptme add tests for file@gptme make CI passghto get CI logs, and try to apply a solution@gptme implement this issueThese could all work by simply having a GitHub bot operate a GitHub user, such that on mentions from whitelisted users, it will:
gptmewith the message as argument, executes the actions, commits, and pushes/opens a PRCould also make it reply to issues/PRs directly (but not sure if as valuable):
@gptme what do you think about this?@gptme review this PRI think this could be a really cool idea, and might actually work pretty well. Might be easy enough to do as a CI thing, at least as a demo.