Can we link to bitbucket ? #648
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
ZibanPirate
Apr 11, 2025
Replies: 1 comment 2 replies
-
we can link to it, we just need to add it bitbucket as provider here: but then, we will miss out on issues/PR updates, for these we need to adjust the cron job to also fetch these using BitBucket api for now we can start with the first part, which is listing the project by simply adding bitbucket as a provider. if you want, you can go ahead and list your project, and i will take care of adding bitbucket as a provider |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bacloud22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we can link to it, we just need to add it bitbucket as provider here:
dzcode.io/packages/models/src/repository/index.ts
Line 6 in b5f3504
but then, we will miss out on issues/PR updates, for these we need to adjust the cron job to also fetch these using BitBucket api
for now we can start with the first part, which is listing the project by simply adding bitbucket as a provider.
if you want, you can go ahead and list your project, and i will take care of adding bitbucket as a provider