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
{{ message }}
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
Right now, the code will create branches locally when doing updates, and then push them as branches to their origin repo.
This is fine for @pacchettibotti because it has write access to all of them, but it's not fine if someone else wants to run the project.
Right now, the code will create branches locally when doing updates, and then push them as branches to their origin repo.
This is fine for @pacchettibotti because it has write access to all of them, but it's not fine if someone else wants to run the project.
I think the main issue is this line
pacchettibotti/src/PacchettiBotti/Run.hs
Line 98 in 85234a5
..where we set
origin
as the upstream. I suspect that's not the only place where this idea is hardcoded though.So we should extend the code so that:
config.json
or with an envvarThe text was updated successfully, but these errors were encountered: