Set up CI/CD pipeline to sync changes between publish-RepoSense and code-portfolio
Code portfolio is the template repo for deployment code dashboard under portfolio mode. Any changes to the publish-RepoSense should be synced with the code-portfolio.
hi could i work on this? ill approach this issue by extracting the CI logic into a shared workflow in reposense-action and having both publish-RepoSense and code-portfolio call that shared workflow. this will ensure any future changes are automatically reflected in both repos. ill test this in my forked repo. is this feasible?
@feliciahmq Thank you for your passion about this issue!
In my opinion, the approach to this is kindof similar to the one we discussed in #2384 where using a webhook seems to be possible. You may use the discussion thread for your reference.
However, it will be also great we can explore alternative methods to tackle this problem. I think this may also provide some hints for the solution to #2384.