modularml / stack-pr

A tool for working with stacked PRs on github.
Other
291 stars 10 forks source link

Feature Request: Gitlab, BitBucket and Gitea to adapt #25

Open ramsunvtech opened 1 month ago

ramsunvtech commented 1 month ago

Its a great feature to stack the changes and move faster. will this adapted to other git apps?

ZolotukhinM commented 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.

ramsunvtech commented 1 month ago

i mean the common solution to adapt to git system :)

ZolotukhinM commented 1 month ago

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.