
Announcements
I want to know if it's possible to create a Flow that syncs the repos that I have in GitHub with the ones I have in BitBucket. If so, can you share an example of how the Flow would look like?
Thanks in advance
Hi @Jotad710
Currently flow does not support the trigger (when a repository is added in git hub) so that we could monitor and trigger the flow when there is a repository that is pushed to github (although a trigger when a repository is added to bitbucket is available). And Flow does not support the add a github repository as a direct action to complete the actions that would complete the sync up between the two platforms.
However, you can try using the api reference for GitHub and BitBucket by using the send an HTTP Request action and try this one out.
You can also post an idea to include these triggers and actions on the ideas forum here:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!