OSC / ood-documentation

Documentation for Open OnDemand generated using Sphinx
https://osc.github.io/ood-documentation/latest/
MIT License
10 stars 52 forks source link

add automation to sync develop and latest #828

Closed johrstrom closed 1 year ago

johrstrom commented 1 year ago

We merge into the develop branch by default. But sometimes, given our development lifecycle, we want a given change to go to latest as well.

This ticket is to add some automation such that if there's a label, say sync-latest that it'll merge the commit, then merge develop with latest so that we don't have to manually sync development changes that need to go out to latest as well.