Closed jamietanna closed 3 years ago
As a GitLab user, I'd like to use GitLab as my repo source.
I'd say this could work by some environment-based configuration which specifies which Git host to use, defaulting to GitHub.
This would replace the write-github with write-to-git which then calls the relevant SDK for the write event
write-github
write-to-git
That shouldn't be a problem. I don't think I've changed the interface much so it's reasonably safe to have a GitLab alternative. I'll take a look at refactoring it.
Closed by #12
As a GitLab user, I'd like to use GitLab as my repo source.
I'd say this could work by some environment-based configuration which specifies which Git host to use, defaulting to GitHub.
This would replace the
write-github
withwrite-to-git
which then calls the relevant SDK for the write event