Git Hosting for WordPress SVN Plugin Repository
I'm setting up my first WordPress plugin on the WordPress.org Plugin Site. Behind the scenes, developers add plugins to this site via an SVN repository.
Is the any tooling (supported by Automattic and/or third party) that would allow me to seamlessly manage this svn repository via git and/or GitHub? i.e. I'd like my "source of truth" for a Plugin's source to be GitHub, and for me to hit a button and/or run a cron script and have the plugin automatically moved into WordPress's svn repository with the right folder/tag/branch structure.