Re: Moving from SVN to git - finally!
Nikita Popov <[email protected]>
| Newsgroups | gmane.comp.php.documentation.general |
|---|---|
| Message-ID | <CAF+90c-50fY0w5QR6REQB4ka1tWtRSU0B9HGt_owTV9Exeb9rA@mail.gmail.com> |
On Wed, Dec 30, 2020 at 8:55 PM Sergey Panteleev <[email protected]> wrote: > Hi folks! > > Thank you for your hard work, Andreas, Nikita! > > English version used Tavis for PRs, should we in translation repos also > set it up? or maybe GitHub actions? > > wbr, > Sergey Panteleev > That would be great! We should migrate doc-en to use GitHub Actions, because Travis isn't really suitable anymore for open-source projects. The resource limits aren't practical. It would be nice if we could mostly share the CI configuration between languages, to avoid discrepancies. Something along the lines of storing the main workflow in the doc/base repository, and then in translations clone the base repo and forward to it. I'm not terribly familiar with the technicalities of GH actions... Regards, Nikita