jenkins-x / go-scm

Package scm provides a unified interface to multiple source code management systems.
https://godoc.org/github.com/drone/go-scm/scm#pkg-examples
BSD 3-Clause "New" or "Revised" License
73 stars 84 forks source link

Any plan to support gitee.com #307

Open LinuxSuRen opened 2 years ago

ankitm123 commented 2 years ago

Hi @LinuxSuRen :wave: , do you mean this? https://gitee.com/

Yes, it would be nice to support gitee, I have not used it at all, and not very knowledgeable about it. We are trying to improve our gitlab support atm, next being bitbucket cloud. After that, I can take a look at gitee. Does that sound reasonable?

LinuxSuRen commented 2 years ago

Yes, you're right. gitee.com is similar to gitlab.com

I found a PR from drone. It might be helpful.

https://github.com/drone/go-scm/pull/124

ankitm123 commented 2 years ago

I found a PR from drone. It might be helpful.

Yes, super helpful indeed!