Replies: 1 comment
-
|
Cc: @TheAngryByrd and @baronfel - this may be interesting for both of you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@nojaf I've added the prototype repository maintainer assistant "Repo Assist" workflow here
I added it through
Where
COPILOT_GITHUB_TOKENis created using the process here: https://github.github.com/gh-aw/reference/auth/#copilot_github_token. The token allows it to do AI LLM requests that will last for 30 days. It has no other special permissions or capabilities bsides what's in the workflow.You'll start to see it comment in issues, investigate things, try to be helpful, maybe create pull requests, make recommendations to us. In theory once per day but I may force-run it more often.
As things stand it will never update a user's pull request, and never merge anything.
The canonical source is at https://github.com/githubnext/agentics/blob/main/workflows/repo-assist.md
Key commands for maintainers:
That's all really. It won't get everything right but let's see if it's helpful.
Beta Was this translation helpful? Give feedback.
All reactions