Is there any established process/scripts [ and ass...
# announcements
a
Is there any established process/scripts [ and associated testing ] for syncing boilerplate ( there is https://github.com/flyteorg/flyte/issues/2561 ). At the moment, I’m specifically interested in https://github.com/flyteorg/boilerplate/tree/master/boilerplate/flyte/end2end being different from what is in https://github.com/flyteorg/flyte/tree/master/boilerplate/flyte/end2end …. Imagining that these are meant to be the same?
Is this usually done manually? Given: https://github.com/flyteorg/flyte/blob/master/boilerplate/flyte/end2end/end2end.sh#L3-L6 it makes me think there might be some non-manual way?
🤦 — read the README!
? should there be scheduled GH Actions to run
make update_boilerplate
, or better leave that to anyone as they are developing in the repos that rely on boilerplate code?
s
Hi, @austin! We do have GH actions for this very purpose. cc: @Yuvraj
159 Views