What if your codebase is not on Github? (background agents)

Currently it seems background agents only work on github, but what if your repo is on gitlab Azure devops or some other platform?

The best way to deal with this is probably by setting up a sync action and mirror the repo to github? Has anyone gone through this process just for the sake of background agent usage who can share their experience?

I havent done it for Background Agent purposes, but I am synching some of my repos across providers and it works. You may want to check if your provider supports two way synch as only pushing to GitHub would not get you the PR merge back into other provider.

1 Like