You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For implement feature and create PR scenario, we should support the case where an agent (via github token) doesn't have access to push to the repo specified. In such case, the agent should:
fork the repo
checkout new branch locally (forked repo)
implement changes and commit them
push changes to the remote (forked repo)
create a PR against original repo comparing a branch from forked repo
That would allow us to support repos like elizaOS
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to 30 days of inactivity.
If no further activity occurs within 7 days, it will be closed automatically. Please take action if this issue is still relevant.
For implement feature and create PR scenario, we should support the case where an agent (via github token) doesn't have access to push to the repo specified. In such case, the agent should:
That would allow us to support repos like elizaOS
The text was updated successfully, but these errors were encountered: