Open ramsunvtech opened 1 month ago
There is https://github.com/River707/stack-mr for GitLab, but I'm not aware of ports for BitBucket or Gitea. We also don't have any near-term plans to extend support to other git providers, but as the GitLab example shows, it's quite possible.
i mean the common solution to adapt to git system :)
The problem is that we need to talk to these providers and thus we have to have, say, github specific code in the tool (currently it uses gh-cli
to talk to GitHub). We would need a similar code to connect to BitBucket, but that doesn't exist as of now.