tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

recurrent PL docs update

Open Borda opened this issue 4 years ago • 0 comments

🚀 Feature

add crone workflow on the PL side, which would frequently check if with the submodule update there is commit the change

git submodule update --init --recursive --remote

if yes, there are two options:

  1. directly commit this update to master IF all docs tests pass
  2. create a new PR with this update and verify changes [preferable]

Add 2) if there a new update on the Tutorial side before the last PR with an update is merged, let's update the existing/open PR instead of creating a new one...

Motivation

ensure that the published notebooks are updated to PL docs

Alternatives

Manual recurrent checking or raising need when a new notebook is added...

Additional context

the notebooks integration is added in https://github.com/PyTorchLightning/pytorch-lightning/pull/7752

Borda avatar Jun 07 '21 11:06 Borda